slitaz-tools diff tinyutils/startd @ rev 1025

More German translations (thanks kubepc)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 09 17:09:01 2017 +0200 (2017-10-09)
parents 5d80f6fdbdb7
children
line diff
     1.1 --- a/tinyutils/startd	Fri Apr 17 07:35:02 2015 +0300
     1.2 +++ b/tinyutils/startd	Mon Oct 09 17:09:01 2017 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  . /lib/libtaz.sh
     1.5  check_root
     1.6  
     1.7 -[ ! "$1" ] && echo "Usage: startd [daemon]" && exit 0
     1.8 +[ -z "$1" ] && echo "Usage: startd [daemon]" && exit 0
     1.9  
    1.10  if [ -x /etc/init.d/$1 ]; then
    1.11  	/etc/init.d/$1 start