61-alpha5.6
This commit is contained in:
@@ -195,7 +195,7 @@ function handleSetupEnvironment() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function handleAliasEnviron() {
|
function handleAliasEnviron() {
|
||||||
alias get_idf
|
alias get_idf 2>/dev/null
|
||||||
ret=$?
|
ret=$?
|
||||||
if [ $ret -eq 1 ]; then
|
if [ $ret -eq 1 ]; then
|
||||||
writeToLog "get_idf alias not found, appending to $rcFile"
|
writeToLog "get_idf alias not found, appending to $rcFile"
|
||||||
@@ -205,7 +205,7 @@ function handleAliasEnviron() {
|
|||||||
writeToLog "get_idf alias already installed, skipping\n"
|
writeToLog "get_idf alias already installed, skipping\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
alias run_esp_reinstall
|
alias run_esp_reinstall 2>/dev/null
|
||||||
ret=$?
|
ret=$?
|
||||||
if [ $ret -eq 1 ]; then
|
if [ $ret -eq 1 ]; then
|
||||||
writeToLog "run_esp_reinstall alias not found, appending to $rcFile"
|
writeToLog "run_esp_reinstall alias not found, appending to $rcFile"
|
||||||
@@ -217,7 +217,7 @@ function handleAliasEnviron() {
|
|||||||
aliasRunEspReinstallChk=0
|
aliasRunEspReinstallChk=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
alias esp_monitor
|
alias esp_monitor 2>/dev/null
|
||||||
ret=$?
|
ret=$?
|
||||||
if [ $ret -eq 1 ]; then
|
if [ $ret -eq 1 ]; then
|
||||||
writeToLog "esp_monitor alias not found, appending to $rcFile"
|
writeToLog "esp_monitor alias not found, appending to $rcFile"
|
||||||
@@ -229,7 +229,7 @@ function handleAliasEnviron() {
|
|||||||
aliasEspMonitorchk=0
|
aliasEspMonitorchk=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
alias esp_logs
|
alias esp_logs 2>/dev/null
|
||||||
ret=$?
|
ret=$?
|
||||||
if [ $ret -eq 1 ]; then
|
if [ $ret -eq 1 ]; then
|
||||||
writeToLog "esp_logs alias not found, appending to $rcFile"
|
writeToLog "esp_logs alias not found, appending to $rcFile"
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
61-alpha5.5
|
61-alpha5.6
|
||||||
Reference in New Issue
Block a user