mynode/rootfs/standard/etc/update-motd.d/10-mynode-header
2019-06-15 18:02:44 -05:00

11 lines
140 B
Bash
Executable File

#!/bin/bash
THIS_SCRIPT="header"
MOTD_DISABLE=""
toilet -f standard -F metal myNode
printf '\nWelcome to myNode!\n'
uname -a
printf '\n'