chore(api): move uswgi config in api/install (#1781)

This commit is contained in:
Jonas L 2022-04-21 07:14:35 +02:00 committed by GitHub
parent 5cb4b5e9e5
commit dc92661c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -1086,7 +1086,7 @@ systemInitInstall libretime-api "$web_user"
mkdir -p /etc/airtime
sed -e "s@WEB_USER@${web_user}@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 "\n * Setting permissions on /var/log/libretime..."