diff --git a/cluster/sge.enable.host.queue.sh b/cluster/sge.enable.host.queue.sh index ecffbce..422496c 100755 --- a/cluster/sge.enable.host.queue.sh +++ b/cluster/sge.enable.host.queue.sh @@ -555,12 +555,12 @@ main() { # {{{ if [ "${CHECK_PROCESS}" -eq "0" ]; then ## If nothing related to SGE is currently running {{{ - ### First ensure that SGE queue(s) are really disable without creation of any flag file + ### First ensure that SGE queue(s) are really disable ### Wait few seconds ### Try to start the SGE execd systemd service ### Wait few seconds is_proc_absent "${sge_proc_pattern}" \ - && sh "${sge_disable_host_queue_script}" --force \ + && sh "${sge_disable_host_queue_script}" \ && sleep "${sleep_delay}" \ && systemctl --quiet start sge_execd.service > /dev/null 2>&1 \ && sleep "${sleep_delay}"