removed debug info on quota set

This commit is contained in:
Serghey Rodin 2014-07-08 14:34:49 +03:00
commit 2b40f8422c

View file

@ -207,7 +207,6 @@ chmod 660 $USER_DATA/user.conf
# Updating quota
if [ "$DISK_QUOTA" = 'yes' ]; then
echo "Setting quota"
$BIN/v-update-user-quota "$user"
fi