Skip to content
Snippets Groups Projects
Commit 93d3c7df authored by Moe Jette's avatar Moe Jette
Browse files
parent f9e7795c
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,8 @@ slurmstatus() {
# after slurmctld terminates
if [ "$base" != "slurmctld" ] ; then
echo $"${base} dead but pid file exists"
else
echo $"${base} is stopped"
fi
return 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment