Update nodemgmt-scripts.sh
This commit is contained in:
@@ -772,8 +772,8 @@ BACKUP_UNIFINVR(){
|
|||||||
|
|
||||||
RUN_COMMAND(){
|
RUN_COMMAND(){
|
||||||
while [ $# -gt 0 ]; do
|
while [ $# -gt 0 ]; do
|
||||||
|
echo "HERE: $1 $2"
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
echo "HERE: $1 $2"
|
|
||||||
-nt|-nodetype) nodetype=${2^^};;
|
-nt|-nodetype) nodetype=${2^^};;
|
||||||
-cmd) RUNCMD="${2}";;
|
-cmd) RUNCMD="${2}";;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user