Dashboard
PHP:
8.4.20
OS:
Linux
User:
sinnett_country
/
/
usr
/
lib
/
systemd
/
system-sleep
📤 Upload
📝 New File
📁 New Folder
Close
Editing: unattended-upgrades
#!/bin/sh set -e if [ "$2" = "hibernate" ] || [ "$2" = "hybrid-sleep" ]; then case "$1" in pre) /usr/share/unattended-upgrades/unattended-upgrade-shutdown --stop-only ;; esac fi
Save
Cancel