first commit
This commit is contained in:
5
etc_org/update-motd.d/98-fsck-at-reboot
Executable file
5
etc_org/update-motd.d/98-fsck-at-reboot
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -x /usr/lib/update-notifier/update-motd-fsck-at-reboot ]; then
|
||||
exec /usr/lib/update-notifier/update-motd-fsck-at-reboot
|
||||
fi
|
||||
Reference in New Issue
Block a user