diff --git a/src/hosting_functions_v2.sh b/src/hosting_functions_v2.sh index 9c2c848d..450d2890 100644 --- a/src/hosting_functions_v2.sh +++ b/src/hosting_functions_v2.sh @@ -122,8 +122,8 @@ host_delete() { local FENABLED="$VHOST_DIR/${user_letter}/$USER/$FQDN.conf" local FDISABLED="$FENABLED-disabled" - [ -w "$FENABLED" ] && rm -f "$FENABLED" - [ -w "$FDISABLED" ] && rm -f "$FDISABLED" + [ -w "$FENABLED" ] && rm -f "$FENABLED" + [ -w "$FDISABLED" ] && rm -f "$FDISABLED" }