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
235
235
if [ $? -ne 0 ]; then
236
236
echo " Error! could not installed portainer" >&2
237
237
exit 1
238
- else
238
+ else
239
239
until [ -n " $( sudo find ./certbot/live -name ' $domain_name' 2> /dev/null | head -1) " ]; do
240
240
echo " waiting for Let's Encrypt certificates for $domain_name "
241
241
sleep 5s & wait ${! }
@@ -249,7 +249,7 @@ if [ -x "$(command -v docker)" ] && [ -x "$(command -v docker-compose)" ]; then
249
249
done
250
250
echo " "
251
251
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
253
253
echo " Ok."
254
254
echo " "
255
255
echo " completed setup"
You can’t perform that action at this time.
0 commit comments