File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ if [ -x "$(command -v docker)" ] && [ -x "$(command -v docker-compose)" ]; then
235235 if [ $? -ne 0 ]; then
236236 echo " Error! could not installed portainer" >&2
237237 exit 1
238- else
238+ else
239239 until [ -n " $( sudo find ./certbot/live -name ' $domain_name' 2> /dev/null | head -1) " ]; do
240240 echo " waiting for Let's Encrypt certificates for $domain_name "
241241 sleep 5s & wait ${! }
@@ -249,7 +249,7 @@ if [ -x "$(command -v docker)" ] && [ -x "$(command -v docker-compose)" ]; then
249249 done
250250 echo " "
251251 echo " Reloading Proxy Nginx ssl configuration"
252- docker exec proxy nginx -s reload > /dev/null 2>&1
252+ docker exec proxy nginx -s reload > /dev/null 2>&1
253253 echo " Ok."
254254 echo " "
255255 echo " completed setup"
You can’t perform that action at this time.
0 commit comments