thinrasp/etc_org/update-motd.d/98-fsck-at-reboot
2019-11-26 21:36:24 +01:00

5 lines
142 B
Bash
Executable File

#!/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