Re-add APT_TMP_FILE…
Due to a previous unwanted remove… Otherwise the SGE queue is re-enable in the hour.
This commit is contained in:
parent
1595b625cd
commit
c7093dd177
|
@ -176,9 +176,11 @@ main() { # {{{
|
||||||
## }}}
|
## }}}
|
||||||
|
|
||||||
## If APT package upgrade is available {{{
|
## If APT package upgrade is available {{{
|
||||||
|
### Create a temp file
|
||||||
### Disable SGE queue
|
### Disable SGE queue
|
||||||
### AND Exit
|
### AND Exit
|
||||||
is_apt_upgrade_present \
|
is_apt_upgrade_present \
|
||||||
|
&& touch "${APT_TMP_FILE}" && echo "APT upgrade is available." >> "${APT_TMP_FILE}" \
|
||||||
&& sh "${sge_disable_host_queue_script}" \
|
&& sh "${sge_disable_host_queue_script}" \
|
||||||
&& exit 0
|
&& exit 0
|
||||||
## }}}
|
## }}}
|
||||||
|
|
Loading…
Reference in New Issue