5 lines
145 B
Bash
5 lines
145 B
Bash
#!/bin/sh
|
|
|
|
if [ -x /usr/lib/update-notifier/update-motd-reboot-required ]; then
|
|
exec /usr/lib/update-notifier/update-motd-reboot-required
|
|
fi
|