Add fields to airtime.example.conf for compatibility, remove /etc/init scripts to prevent duplicate processes on startup
This commit is contained in:
parent
8f59d18f34
commit
92ad5bde6d
4 changed files with 38 additions and 12 deletions
10
install
10
install
|
@ -467,11 +467,11 @@ verbose "\n * Installing pypo..."
|
|||
loudCmd "python ${AIRTIMEROOT}/python_apps/pypo/setup.py install --install-scripts=/usr/bin"
|
||||
verbose "...Done"
|
||||
|
||||
for i in /etc/init/airtime*.template; do
|
||||
chmod 644 $i
|
||||
sed -i "s/WEB_USER/${web_user}/g" $i
|
||||
mv $i ${i%.template}
|
||||
done
|
||||
#for i in /etc/init/airtime*.template; do
|
||||
# chmod 644 $i
|
||||
# sed -i "s/WEB_USER/${web_user}/g" $i
|
||||
# mv $i ${i%.template}
|
||||
#done
|
||||
|
||||
set +e
|
||||
loudCmd "initctl reload-configuration"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue