package/mender: remove single hyphen command (2)
Single hyphen commands has been removed since Mender 3.0.0 [1] The hyphen was added back while fixing check-pkg and shellcheck warnings [2] [1]fd838ec1b0
[2]0b350cf756
Signed-off-by: Romain Naour <romain.naour@smile.fr> Cc: Adam Duskett <aduskett@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
d9ff62c4cd
commit
20c9e5cfd4
@ -5,7 +5,7 @@
|
||||
DAEMON="mender"
|
||||
DAEMON_PATH="/usr/bin/mender"
|
||||
PIDFILE="/var/run/${DAEMON}.pid"
|
||||
DAEMON_ARGS="-daemon"
|
||||
DAEMON_ARGS="daemon"
|
||||
|
||||
start() {
|
||||
# If /var/lib/mender is a symlink to /var/run/mender, and
|
||||
|
Loading…
Reference in New Issue
Block a user