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