fix(installer): remove /var/tmp/airtime reference
This commit is contained in:
parent
2ca883334a
commit
38efa9cd31
4
install
4
install
|
@ -1091,10 +1091,6 @@ verbose "\n * Setting permissions on /var/log/libretime..."
|
||||||
# Make the airtime log directory group-writable
|
# Make the airtime log directory group-writable
|
||||||
loudCmd "chmod -R 775 /var/log/libretime"
|
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 "\n-----------------------------------------------------"
|
||||||
loud " * Configuring PHP in Apache * "
|
loud " * Configuring PHP in Apache * "
|
||||||
loud "-----------------------------------------------------"
|
loud "-----------------------------------------------------"
|
||||||
|
|
Loading…
Reference in New Issue