File Manager

Current Path : /etc/update-motd.d/
Upload File :
Current File : //etc/update-motd.d/90-updates-available

#!/bin/sh

stamp="/var/lib/update-notifier/updates-available"

[ ! -r "$stamp" ] || cat "$stamp"

find $stamp -newermt 'now-7 days' 2> /dev/null | grep -q -m 1 '.' || /usr/share/update-notifier/notify-updates-outdated

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com