Viewing: welcome.sh
#!/bin/bash if [[ ! -d /home/`whoami`/.cpanel ]]; then cat /etc/motd echo -e "\nThis server is running on A2's Salt infrastructure." fi
Return