Added missing "=" in Debian startup script

git-svn-id: svn://svn.code.sf.net/p/svxlink/svn/trunk@2494 f8843c6b-282e-0410-804b-c0d5895947d2
This commit is contained in:
Tobias Blomberg 2014-04-17 15:37:21 +00:00
parent 53ebe248e6
commit 0b435c1415
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if [ -r /etc/default/$PROG ]; then
fi
UGID=$(getent passwd $RUNASUSER | cut -f 3,4 -d:) || true
SVXLINK_OPTS="--daemon ${LOGFILE:+--logfile=$LOGFILE} ${CFGFILE:+--config=$CFGFILE} --runasuser=$RUNASUSER --pidfile $PIDFILE"
SVXLINK_OPTS="--daemon ${LOGFILE:+--logfile=$LOGFILE} ${CFGFILE:+--config=$CFGFILE} --runasuser=$RUNASUSER --pidfile=$PIDFILE"
lock_svxlink() {
if [ -x /usr/bin/lockfile-create ]; then