Your IP : 216.73.216.52


Current Path : /proc/thread-self/root/lib/update-notifier/
Upload File :
Current File : //proc/thread-self/root/lib/update-notifier/update-motd-reboot-required

#!/bin/sh -e
#
# helper for update-motd

if [ -f /var/run/reboot-required ]; then
	cat /var/run/reboot-required
fi