From 1ef3654b66aa2b719be18e0c45f9d200265bdcbc Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Thu, 23 Dec 2010 21:52:34 +0000 Subject: [PATCH] F*cking utf8 --- src/hosting_functions_v2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }