On ajuste les droits après une "suppression" (pour les quotas)

This commit is contained in:
Gregory Colpart 2010-10-16 10:44:36 +00:00
parent 2090c893d6
commit 255b6c32a5

View file

@ -114,6 +114,7 @@ fi
if [ "$DEL" == "on" ]; then
if [[ -n $USERIS && -e "/home/$USERIS" ]]; then
mv /home/$USERIS /home/$USERIS.$DATE
chown -R root:root /home/$USERIS.$DATE
exit 0
fi
fi