CC-3098: Upgrade scripts don't work
-minor tweaks
This commit is contained in:
parent
54f6ea6f81
commit
e93b02ef34
8 changed files with 30 additions and 19 deletions
|
@ -20,7 +20,9 @@ if(exec("whoami") != "root"){
|
|||
}
|
||||
|
||||
function pause(){
|
||||
/* change "AIRTIME_INSTALL_DEBUG=1" in base install file to enable this. */
|
||||
/* Type "sudo -s" to change to root user then type "export AIRTIME_INSTALL_DEBUG=1" and then
|
||||
* start airtime-install to enable this feature. Is used to pause between upgrade scripts
|
||||
* to examine the state of the system and see if everything is as expected. */
|
||||
if (getenv("AIRTIME_INSTALL_DEBUG") === "1"){
|
||||
echo "Press Enter to Continue".PHP_EOL;
|
||||
fgets(STDIN);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue