Sfoglia il codice sorgente

removed debug info on quota set

Serghey Rodin 12 anni fa
parent
commit
2b40f8422c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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