Explorar el Código

removed debug info on quota set

Serghey Rodin hace 11 años
padre
commit
2b40f8422c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      bin/v-add-user

+ 0 - 1
bin/v-add-user

@@ -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