From dc92661c4934320333c0405705fe2884f6f9fac9 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Thu, 21 Apr 2022 07:14:35 +0200 Subject: [PATCH] chore(api): move uswgi config in api/install (#1781) --- {installer => api/install}/uwsgi/libretime-api.ini | 0 install | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {installer => api/install}/uwsgi/libretime-api.ini (100%) 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..."