CC-2845: airtime reinstall doesn't work when php uses --file parameter
-fix install/upgrade/reinstall issues that Daniel found.
This commit is contained in:
parent
eecb4a44d6
commit
153a89430a
4 changed files with 19 additions and 9 deletions
|
@ -7,7 +7,7 @@ exec > >(tee install_log.txt)
|
|||
exec 2>&1
|
||||
|
||||
if [ "$(id -u)" != "0" ]; then
|
||||
echo "You need root privileges to run this script"
|
||||
echo "Please run as root user."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue