diff options
-rwxr-xr-x | service | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ if [[ -n $fullrestart ]];then exit 1 fi -[[ -z $options ]] && { echo "I need an action"; options="--help" ;} +[[ -z $options ]] && { echo -e "I need an action\n" 1>&2; usage;} check_if_inetd "$service" ; [[ -z $service ]] && exit 1 |