Files
VPS-scripts_Backup-Util/config/Motd/51-bckupnotice
Bram Prieshof e2987abc9d Fixed typos
2020-07-30 14:41:13 +02:00

9 lines
248 B
Bash

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