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 @@ -248,7 +248,7 @@ if [ -x "$(command -v docker)" ] && [ -x "$(command -v docker-compose)" ]; then
248248 if [ $? -ne 0 ]; then
249249 echo " Error! could not installed portainer" >&2
250250 exit 1
251- else
251+ else
252252 until [ -n " $( sudo find ./certbot/live -name ' $domain_name' 2> /dev/null | head -1) " ]; do
253253 echo " waiting for Let's Encrypt certificates for $domain_name "
254254 sleep 5s & wait ${! }
@@ -262,7 +262,7 @@ if [ -x "$(command -v docker)" ] && [ -x "$(command -v docker-compose)" ]; then
262262 done
263263 echo " "
264264 echo " Reloading Proxy Nginx ssl configuration"
265- docker exec proxy nginx -s reload > /dev/null 2>&1
265+ docker exec proxy nginx -s reload > /dev/null 2>&1
266266 echo " Ok."
267267 echo " "
268268 echo " completed setup"
You can’t perform that action at this time.
0 commit comments