chore(api): move uswgi config in api/install (#1781)
This commit is contained in:
parent
5cb4b5e9e5
commit
dc92661c49
2
install
2
install
|
@ -1086,7 +1086,7 @@ systemInitInstall libretime-api "$web_user"
|
||||||
mkdir -p /etc/airtime
|
mkdir -p /etc/airtime
|
||||||
sed -e "s@WEB_USER@${web_user}@g" \
|
sed -e "s@WEB_USER@${web_user}@g" \
|
||||||
-e "s@WEB_ROOT@${web_root}@g" \
|
-e "s@WEB_ROOT@${web_root}@g" \
|
||||||
"${AIRTIMEROOT}/installer/uwsgi/libretime-api.ini" > /etc/airtime/libretime-api.ini
|
"${AIRTIMEROOT}/api/install/uwsgi/libretime-api.ini" > /etc/airtime/libretime-api.ini
|
||||||
verbose "...Done"
|
verbose "...Done"
|
||||||
|
|
||||||
verbose "\n * Setting permissions on /var/log/libretime..."
|
verbose "\n * Setting permissions on /var/log/libretime..."
|
||||||
|
|
Loading…
Reference in New Issue