wok-6.x diff boxbackup-server/receipt @ rev 3451
fix fix xchm depends
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Mon Jun 15 09:12:45 2009 +0000 (2009-06-15) |
parents | 14003687d2b8 |
children | f9e78593eb58 |
line diff
1.1 --- a/boxbackup-server/receipt Tue Sep 09 22:18:22 2008 +0200 1.2 +++ b/boxbackup-server/receipt Mon Jun 15 09:12:45 2009 +0000 1.3 @@ -170,7 +170,7 @@ 1.4 status 1.5 fi 1.6 # Delete $CONF_DIR (if empty) 1.7 - if [ `ls $CONF_DIR | wc -l` -eq 0 ]; then 1.8 + if [ `ls -lA $CONF_DIR | wc -l` -eq 0 ]; then 1.9 echo -n "Removing $CONF_DIR..." 1.10 rm -r $CONF_DIR 1.11 status