mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
package/rsyslog: fix S01rsyslogd indentation
Don't mix spaces and tabs, only use tabs Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commit 95a8655fe21c99806861a049e982bbec4a9cf6d4) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ffb839ce3e
commit
1f1f524fa2
@ -41,13 +41,13 @@ restart() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start|stop|restart)
|
start|stop|restart)
|
||||||
"$1";;
|
"$1";;
|
||||||
reload)
|
reload)
|
||||||
# Restart, since there is no true "reload" feature (does not
|
# Restart, since there is no true "reload" feature (does not
|
||||||
# reconfigure/restart on SIGHUP, just closes all open files).
|
# reconfigure/restart on SIGHUP, just closes all open files).
|
||||||
restart;;
|
restart;;
|
||||||
*)
|
*)
|
||||||
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