mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
package/syslog-ng: fix S01syslog-ng indentation
Don't mix spaces and tabs, use only tabs Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commit 26c7e2a1a2ee71eb8f2871e642857e5cd1c02ce7) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e264eacdb8
commit
cb9972244e
@ -54,9 +54,9 @@ reload() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start|stop|restart|reload)
|
start|stop|restart|reload)
|
||||||
"$1";;
|
"$1";;
|
||||||
*)
|
*)
|
||||||
echo "Usage: $0 {start|stop|restart|reload}"
|
echo "Usage: $0 {start|stop|restart|reload}"
|
||||||
exit 1
|
exit 1
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user