mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
/etc/init.d/scst: Fix a shellcheck warning
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8950 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -378,9 +378,9 @@ case "$1" in
|
||||
esac
|
||||
|
||||
if [ $rc = 0 ]; then
|
||||
log_success_msg
|
||||
log_success_msg ""
|
||||
else
|
||||
log_failure_msg
|
||||
log_failure_msg ""
|
||||
fi
|
||||
|
||||
exit $rc
|
||||
|
||||
Reference in New Issue
Block a user