Edit file File name : welcome.sh Content :#!/bin/bash if [[ ! -d /home/`whoami`/.cpanel ]]; then cat /etc/motd echo -e "\nThis server is running on A2's Salt infrastructure." fi if [[ -s /opt/diskusage/disk_inode_notification ]]; then cat /opt/diskusage/disk_inode_notification fi Save