mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 21:56:31 +00:00
/etc/init.d/scst: Change one tab into a space
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4686 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -245,7 +245,7 @@ start_scst() {
|
||||
tmpout=/tmp/scstadmin-output-$$
|
||||
if scstadmin -config $SCST_CFG >$tmpout 2>&1; then
|
||||
rm -f $tmpout
|
||||
return 0
|
||||
return 0
|
||||
else
|
||||
cat $tmpout
|
||||
rm -f $tmpout
|
||||
|
||||
Reference in New Issue
Block a user