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 48abccd commit 39e23b1Copy full SHA for 39e23b1
bin/v-restart-proxy
@@ -84,7 +84,7 @@ if [ -f "$HESTIA/web/inc/nginx_proxy" ]; then
84
# Preform an check if Nginx is valid as reload doesn't throw an error / exit
85
if [ "$DEBUG_MODE" = "true" ]; then
86
echo "[ $date | $PROXY_SYSTEM ]" >> /var/log/hestia/debug.log 2>&1
87
- service $PROXY_SYSTEM configtest > /var/log/hestia/debug.log 2>&1
+ service $PROXY_SYSTEM configtest >> /var/log/hestia/debug.log 2>&1
88
else
89
service $PROXY_SYSTEM configtest > /dev/null 2>&1
90
fi
0 commit comments