Create a file in /opt/ipr/cluster instead of /etc

This commit is contained in:
Jeremy Gardais 2020-06-24 14:56:04 +02:00
parent e96c9ff548
commit 1c6a8fcbc6
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 2 additions and 2 deletions

View File

@ -232,7 +232,7 @@ for host: ${RED}${sge_hostname:=/dev/null}${COLOR_DEBUG}."
## File that says this queue was disabled by a script
## Can be used by other script to verify the queue wasn't disable by a user/admin
sge_queue_deactivator="/etc/.sge.${loop_queue}.disable"
sge_queue_deactivator="/opt/ipr/cluster/.sge.${loop_queue}.disable"
## If the queue is enable
### Try to disable it

View File

@ -333,7 +333,7 @@ for host: ${RED}${sge_hostname:=/dev/null}${COLOR_DEBUG}."
## File previously set if the queue was disabled by a script
## "automatically disabled" for an upgrade
sge_queue_deactivator="/etc/.sge.${loop_queue}.disable"
sge_queue_deactivator="/opt/ipr/cluster/.sge.${loop_queue}.disable"
## If the queue is disable
### Try to enable it