fix(installer): remove rougue reference to /var/log/airtime (#1710)

This commit is contained in:
Kyle Robbertze 2022-03-28 20:56:14 +02:00 committed by GitHub
parent 01daceedc9
commit 2ca883334a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -1087,10 +1087,9 @@ sed -e "s@WEB_USER@${web_user}@g" \
"${AIRTIMEROOT}/installer/uwsgi/libretime-api.ini" > /etc/airtime/libretime-api.ini
verbose "...Done"
verbose "\n * Setting permissions on /var/log/airtime..."
verbose "\n * Setting permissions on /var/log/libretime..."
# Make the airtime log directory group-writable
loudCmd "chmod -R 775 /var/log/airtime"
loudCmd "chown -R ${web_user}:${web_user} /var/log/airtime/"
loudCmd "chmod -R 775 /var/log/libretime"
verbose "\n * Setting permissions on /var/tmp/airtime..."
loudCmd "chmod -R a+x /var/tmp/airtime"