This commit is contained in:
2023-05-07 18:17:30 -05:00
parent 862b5f4902
commit d2e6808ef4
2 changed files with 5 additions and 3 deletions

View File

@@ -294,7 +294,7 @@ SHUTDOWN_SERVER(){
}
TEST(){
/opt/idssys/powerwall/esxi-scripts/sys-iscsi-shutdown.ps1 10.10.2.17 >/dev/null 2>&1
/opt/idssys/powerwall/esxi-scripts/sys-iscsi-shutdown.ps1 ${1}
}
@@ -308,7 +308,7 @@ if [ ${action-x} ]; then
restartall) RESTART_SERVICES;;
checktemp) CHECKTEMP ${2};;
checkpower) CHECKPOWER;;
test) TEST;;
test) TEST ${2};;
shutdownhost) SHUTDOWN_SERVER ${2};;