We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b89285 commit 15b2d70Copy full SHA for 15b2d70
install.sh
@@ -249,7 +249,7 @@ if [ -x "$(command -v docker)" ] && [ -x "$(command -v docker-compose)" ]; then
249
done
250
echo ""
251
echo "Reloading Proxy Nginx ssl configuration"
252
- docker exec proxy nginx -s reload > /dev/null 2>&1
+ docker exec proxy nginx -s reload > /dev/null 2>&1
253
echo "Ok."
254
255
echo "completed setup"
0 commit comments