wok-next diff boxbackup-server/receipt @ rev 3056
Add linux-wimax
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 13 16:54:05 2009 +0200 (2009-05-13) |
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 Wed May 13 16:54:05 2009 +0200 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