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:
Jeremy Gardais 2020-12-29 11:40:13 +01:00
parent 1595b625cd
commit c7093dd177
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 2 additions and 0 deletions

View File

@ -176,9 +176,11 @@ main() { # {{{
## }}}
## If APT package upgrade is available {{{
### Create a temp file
### Disable SGE queue
### AND Exit
is_apt_upgrade_present \
&& touch "${APT_TMP_FILE}" && echo "APT upgrade is available." >> "${APT_TMP_FILE}" \
&& sh "${sge_disable_host_queue_script}" \
&& exit 0
## }}}