OXIESEC PANEL
- Current Dir:
/
/
etc
/
cron.weekly
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/20/2025 05:23:23 PM
rwxr-xr-x
📄
.placeholder
102 bytes
11/16/2017 05:29:19 AM
rw-r--r--
📄
man-db
723 bytes
04/07/2018 10:39:15 AM
rwxr-xr-x
📄
update-notifier-common
403 bytes
03/04/2024 11:04:19 AM
rwxr-xr-x
Editing: update-notifier-common
Close
#!/bin/sh set -e [ -x /usr/lib/ubuntu-release-upgrader/release-upgrade-motd ] || exit 0 sleep_then_check() { # Sleep for up to an hour to spread the load of checking for updates on # the Ubuntu infrastructure sleep $(shuf -i 1-3600 -n 1) # Check to see whether there is a new version of Ubuntu available /usr/lib/ubuntu-release-upgrader/release-upgrade-motd } sleep_then_check &