Skip to content

Commit 2ecacfe

Browse files
authored
Merge pull request #107 from basvandervlies/node-mark-offline-case-fix
node-mark-offline case statement syntax error
2 parents c18f520 + ebb9e86 commit 2ecacfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helpers/node-mark-offline

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ elif [[ "$NHC_RM" == "slurm" ]]; then
6767
# These states aren't handled yet.
6868
echo "$0: State \"$STATUS\" not yet handled; ignoring."
6969
exit 0
70+
;;
7071
alloc*|comp*|drain*|drng*|fail*|idle*|maint*|mix*|resume*|resv*|undrain*)
7172
case "$STATUS" in
7273
drain*|drng*|fail*|maint*)

0 commit comments

Comments
 (0)