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:
parent
2751d49247
commit
ed3a3bdcda
@ -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"'
|
||||
|
Loading…
x
Reference in New Issue
Block a user