F*cking utf8

This commit is contained in:
Alan Garcia 2010-12-23 21:52:34 +00:00
parent 4b7cba2a6a
commit 1ef3654b66
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}