summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2020-01-14 14:40:51 +0100
committerSimon Rettberg2020-01-14 14:40:51 +0100
commitc81085e2511c5bc595b4e67ef307ec178611d6bf (patch)
tree8f57a06f7daa809ff5bd1e8ad39755761ce17053
parent[locationinfo] SLX_BROWSER_INTERACTIVE handled for slx-browser (diff)
downloadslx-admin-c81085e2511c5bc595b4e67ef307ec178611d6bf.tar.gz
slx-admin-c81085e2511c5bc595b4e67ef307ec178611d6bf.tar.xz
slx-admin-c81085e2511c5bc595b4e67ef307ec178611d6bf.zip
[minilinux] Check for updates on server bootup
-rw-r--r--modules-available/minilinux/hooks/bootup.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules-available/minilinux/hooks/bootup.inc.php b/modules-available/minilinux/hooks/bootup.inc.php
new file mode 100644
index 00000000..e33aaa70
--- /dev/null
+++ b/modules-available/minilinux/hooks/bootup.inc.php
@@ -0,0 +1,3 @@
+<?php
+
+MiniLinux::updateList(); \ No newline at end of file