Changeset 1194


Ignore:
Timestamp:
12/16/11 13:44:16 (5 months ago)
Author:
tschmitt
Message:
  • linuxmuster-migration-backup.sh: Quotaermittlung auf nichtquotierten System gefixt.
Location:
main/linuxmuster-migration/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-migration/trunk/debian/changelog

    r1187 r1194  
    33  * include.conf: added /etc/aliases and /etc/mysql/my.cnf. 
    44  * linuxmuster-migration-restore.sh: added recreation of aliases. 
     5  * fixed getting quota info of non quoted system. 
    56 
    67 -- Thomas Schmitt <schmitt@lmz-bw.de>  Mon, 12 Dec 2011 11:50:54 +0100 
  • main/linuxmuster-migration/trunk/share/linuxmuster-migration-backup.sh

    r1159 r1194  
    109109# save number of quoted partitions 
    110110echo -n " * quota info ..." 
    111 if mount | grep -c "usrquota,grpquota" > "$QUOTAPARTS"; then 
    112  echo " OK!" 
    113 else 
    114  error " Failed!" 
    115 fi 
     111mount | grep -c "usrquota,grpquota" > "$QUOTAPARTS" 
     112echo " $(cat "$QUOTAPARTS") partition(s) are quoted." 
    116113 
    117114 
Note: See TracChangeset for help on using the changeset viewer.