Files
VPS-scripts_Backup-Util/config/Motd/50-bckupnotice
Bram Prieshof 144c7637a0 Fixed oopsie
2020-07-22 15:29:19 +02:00

9 lines
246 B
Bash

#!/bin/sh
red='\e[1;31m%s\e[0m\n'
printf "\n"
printf $red "Backups are partilay set up,"
printf $red "Please check the config to confim the settings"
printf "\n"
printf $red "Remove me by running rm /etc/update-motd.d/50-bckupnotice"
printf "\n"