slitaz-forge rev 133

chub: fix ;;
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 15 05:06:23 2012 +0100 (2012-03-15)
parents 4e65a9419913
children e75b3338531f
files chub/chub
line diff
     1.1 --- a/chub/chub	Thu Mar 15 05:03:18 2012 +0100
     1.2 +++ b/chub/chub	Thu Mar 15 05:06:23 2012 +0100
     1.3 @@ -19,9 +19,9 @@
     1.4  Usage: $(basename $0) [command]
     1.5  
     1.6  Commands:
     1.7 +  stats        Display some server stats
     1.8    up-www       Update website http://www.slitaz.org/
     1.9    up-chub      Update Chub web interface http://chub.slitaz.org/
    1.10 -  stats        Display some server stats
    1.11    rrd          Update RRD graphs images
    1.12    backup       Backup MySQL DB and files"
    1.13  
    1.14 @@ -50,7 +50,7 @@
    1.15  		echo "======== Connected users ========"
    1.16  		who ;;
    1.17  	rrd)
    1.18 -		$VHOST/lib/chubrrd >/dev/null
    1.19 +		$VHOST/lib/chubrrd >/dev/null ;;
    1.20  	backup)
    1.21  		echo "TODO: backup MySQL, SCN files, etc" ;;
    1.22  	*)