fix(installer): remove /var/tmp/airtime reference

This commit is contained in:
Kyle Robbertze 2022-03-28 20:57:49 +02:00 committed by Kyle Robbertze
parent 2ca883334a
commit 38efa9cd31
1 changed files with 0 additions and 4 deletions

View File

@ -1091,10 +1091,6 @@ verbose "\n * Setting permissions on /var/log/libretime..."
# Make the airtime log directory group-writable
loudCmd "chmod -R 775 /var/log/libretime"
verbose "\n * Setting permissions on /var/tmp/airtime..."
loudCmd "chmod -R a+x /var/tmp/airtime"
loudCmd "chown -R ${web_user}:${web_user} /var/tmp/airtime/"
loud "\n-----------------------------------------------------"
loud " * Configuring PHP in Apache * "
loud "-----------------------------------------------------"