2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 01:26:38 +00:00

only add the patch for initqueue --online option,keep other things untouch

This commit is contained in:
immarvin 2015-08-03 23:28:43 -04:00
parent 2751d49247
commit ed3a3bdcda

View File

@ -46,6 +46,10 @@ exe=$1
shift
[ -x "$exe" ] || exe=$(command -v $exe)
if [ -z "$exe" ] ; then
echo "Invalid command"
exit 1
fi
{
[ -n "$onetime" ] && echo '[ -e "$job" ] && rm -f -- "$job"'