Skip to content

Commit 9616fd7

Browse files
committed
Always attempt delete when proxy_system is enabled
1 parent 95accc2 commit 9616fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-delete-web-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ fi
9090
sed -i "/DOMAIN='$domain'/ d" $USER_DATA/web.conf
9191

9292
# Deleting proxy
93-
if [ ! -z "$PROXY_SYSTEM" ] && [ ! -z "$PROXY" ]; then
93+
if [ ! -z "$PROXY_SYSTEM" ]; then
9494
del_web_config "$PROXY_SYSTEM" "$PROXY.tpl"
9595
if [ "$SSL" = 'yes' ]; then
9696
del_web_config "$PROXY_SYSTEM" "$PROXY.stpl"

0 commit comments

Comments
 (0)