No need since r3826

This commit is contained in:
Axel ROGER 2012-12-05 14:33:34 +00:00
parent 90ebbf5d06
commit cb63abab01
1 changed files with 0 additions and 5 deletions

View File

@ -36,11 +36,6 @@ case "$1" in
chown -R alternc-roundcube:root /var/log/roundcube
chmod -R 750 /var/log/roundcube
# We need to change the logrotate too !
if [ -e $LOGROTATE ] ; then
sed -i -e "s#www-data adm#alternc-roundcube root#g" "$LOGROTATE"
fi
echo "**********************************************"
echo "* ALTERNC-ROUNDCUBE: *"
echo "* Please run alternc.install to fully deploy *"