Skip to content

Commit 39e23b1

Browse files
committed
Fix bug in v-restart-proxy debug_log not working properly
1 parent 48abccd commit 39e23b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-restart-proxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if [ -f "$HESTIA/web/inc/nginx_proxy" ]; then
8484
# Preform an check if Nginx is valid as reload doesn't throw an error / exit
8585
if [ "$DEBUG_MODE" = "true" ]; then
8686
echo "[ $date | $PROXY_SYSTEM ]" >> /var/log/hestia/debug.log 2>&1
87-
service $PROXY_SYSTEM configtest > /var/log/hestia/debug.log 2>&1
87+
service $PROXY_SYSTEM configtest >> /var/log/hestia/debug.log 2>&1
8888
else
8989
service $PROXY_SYSTEM configtest > /dev/null 2>&1
9090
fi

0 commit comments

Comments
 (0)