Ensure to clean useless files

This commit is contained in:
Jeremy Gardais 2020-07-06 16:26:55 +02:00
parent 46ceeb5baf
commit 8e8c60c405
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 2 additions and 0 deletions

View File

@ -435,8 +435,10 @@ SGE queue(s): ${RED}${sge_queues_name_print:=/dev/null}${COLOR_DEBUG}\
for host: ${RED}${sge_hostname:=/dev/null}${COLOR_DEBUG}." for host: ${RED}${sge_hostname:=/dev/null}${COLOR_DEBUG}."
## If the queue(s) are already enable ## If the queue(s) are already enable
### Ensure to remove any potential flag file
### Exit ### Exit
is_all_queue_enable "${sge_hostname}" "${sge_queues_name}" \ is_all_queue_enable "${sge_hostname}" "${sge_queues_name}" \
&& rm -f -- "${sge_queue_flag_pattern}" \
&& exit 0 && exit 0
## Test all queues one by one ## Test all queues one by one