mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-03-19 16:41:45 +01:00
improved init scripts
This commit is contained in:
@@ -45,8 +45,10 @@ case "$1" in
|
||||
if check_status;
|
||||
then
|
||||
echo "${NAME} is running."
|
||||
exit 0
|
||||
else
|
||||
echo "${NAME} is not running."
|
||||
exit 1
|
||||
fi
|
||||
;;
|
||||
|
||||
|
||||
@@ -55,8 +55,10 @@ case "$1" in
|
||||
if check_status;
|
||||
then
|
||||
echo "${NAME} is running."
|
||||
exit 0
|
||||
else
|
||||
echo "${NAME} is not running."
|
||||
exit 1
|
||||
fi
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user