mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-30 17:49:27 +01:00
Merge pull request #616 from joshs85/patch-1
Fix the ubuntu.init script by adding a space before daemon opts
This commit is contained in:
@@ -20,7 +20,7 @@ APP_PATH=/usr/local/sbin/headphones
|
||||
DAEMON=/usr/bin/python
|
||||
|
||||
# startup args
|
||||
DAEMON_OPTS="Headphones.py -q"
|
||||
DAEMON_OPTS=" Headphones.py -q"
|
||||
|
||||
# script name
|
||||
NAME=headphones
|
||||
|
||||
Reference in New Issue
Block a user