Merge pull request #1311 from malespiaut/patch-1
Fixing a permission bug in the install script.
This commit is contained in:
commit
e675647a41
2
install
2
install
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue