From 823e77e7fc39d295ac9fc9b2037b81d4d32fc728 Mon Sep 17 00:00:00 2001 From: alban <> Date: Fri, 18 Oct 2013 09:46:36 +0000 Subject: [PATCH] Modif syntaxe chown lintian --- debian/alternc.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/alternc.postinst b/debian/alternc.postinst index 44990296..f7dffafe 100644 --- a/debian/alternc.postinst +++ b/debian/alternc.postinst @@ -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