diff --git a/installer/uwsgi/libretime-api.ini b/api/install/uwsgi/libretime-api.ini similarity index 100% rename from installer/uwsgi/libretime-api.ini rename to api/install/uwsgi/libretime-api.ini diff --git a/install b/install index 236d103c4..a1d4f489a 100755 --- a/install +++ b/install @@ -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..."