mirror of
https://pagure.io/numad.git
synced 2025-01-18 05:50:45 +00:00
don't confuse daemon() with quotes
This commit is contained in:
parent
aec1497e2b
commit
abd1802c58
@ -37,7 +37,7 @@ start() {
|
||||
[ -f $config ] || exit 6
|
||||
echo -n $"Starting $prog: "
|
||||
. $config
|
||||
daemon "$exec -i $INTERVAL"
|
||||
daemon $exec -i $INTERVAL
|
||||
retval=$?
|
||||
echo
|
||||
[ $retval -eq 0 ] && touch $lockfile
|
||||
|
Loading…
Reference in New Issue
Block a user