first commit
This commit is contained in:
5
etc_org/kernel/postinst.d/unattended-upgrades
Executable file
5
etc_org/kernel/postinst.d/unattended-upgrades
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -d /var/run ]; then
|
||||
touch /var/run/reboot-required
|
||||
fi
|
Reference in New Issue
Block a user