Create a file in /opt/ipr/cluster instead of /etc
This commit is contained in:
parent
e96c9ff548
commit
1c6a8fcbc6
|
@ -232,7 +232,7 @@ for host: ${RED}${sge_hostname:=/dev/null}${COLOR_DEBUG}."
|
||||||
|
|
||||||
## File that says this queue was disabled by a script
|
## 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
|
## 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
|
## If the queue is enable
|
||||||
### Try to disable it
|
### Try to disable it
|
||||||
|
|
|
@ -333,7 +333,7 @@ for host: ${RED}${sge_hostname:=/dev/null}${COLOR_DEBUG}."
|
||||||
|
|
||||||
## File previously set if the queue was disabled by a script
|
## File previously set if the queue was disabled by a script
|
||||||
## "automatically disabled" for an upgrade
|
## "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
|
## If the queue is disable
|
||||||
### Try to enable it
|
### Try to enable it
|
||||||
|
|
Loading…
Reference in New Issue