Merge pull request #1311 from malespiaut/patch-1

Fixing a permission bug in the install script.
This commit is contained in:
Kyle Robbertze 2021-08-24 12:19:23 +02:00 committed by GitHub
commit e675647a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ if [[ ! ${commandFound} -eq 0 ]]; then
fi
# Run composer (install PHP dependencies) and create a VERSION file
loudCmd "./build.sh"
loudCmd "bash ./build.sh"
if [ -f /etc/airtime/airtime.conf ]; then
# TODO use VERSION or some other way to check for updates and handle
# media-monitor case on it's own