Modif syntaxe chown lintian

This commit is contained in:
alban 2013-10-18 09:46:36 +00:00
parent 41b7afc3cd
commit 823e77e7fc
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ case "$1" in
chmod g+rxw "$VMAIL_HOME"
chmod g+rxw "$VMAIL_HOME"/* 2>/dev/null || true # It may be empty
chown alterncpanel.alterncpanel "/var/lib/alternc/panel"
chown alterncpanel:alterncpanel "/var/lib/alternc/panel"
# build local.sh if it does not exist
if [ ! -f $CONFIGFILE ]; then