1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-14 03:03:54 +02:00
This commit is contained in:
@RubenKelevra 2017-03-14 21:55:58 +00:00 committed by GitHub
commit 11e96cabba

View File

@ -0,0 +1,8 @@
# Create a lockfile for 3rd-party scripts which can be checked easily to ensure that
# no reboot will be initiated while autoupdater is running
lockfile='/tmp/autoupdate.lock'
touch $lockfile || logger "gluon-autoupdater: lockfile could not be written"
exit 0