Skip to content

Commit

Permalink
feat: reboot notification in motd
Browse files Browse the repository at this point in the history
  • Loading branch information
bodayw authored and tautcony committed Aug 21, 2024
1 parent bb25880 commit 2cbf004
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup/templates/motd/01-custom
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ printf " * Documentation: https://www.ptbox.dev\n"
printf " * Support: https://github.com/amefs/quickbox-lite/issues\n"
printf "\n"
[ -x /usr/bin/screenfetch ] && /usr/bin/screenfetch -a /etc/QuickBox/packages/system/auxiliary/quickbox-logo
printf "\n"
printf "\n"
if [ -f /var/run/reboot-required ]; then
printf "*** System restart required ***\n"
fi

0 comments on commit 2cbf004

Please sign in to comment.