Files
VPS-scripts_Web-V2/CMS/nextcloud/MotdNextCloud
2020-07-30 15:22:26 +02:00

5 lines
139 B
Bash

#!/bin/sh
red='\e[1;31m%s\e[0m\n'
printf "\n"
printf $red "Please run bash ~/nextcloud-init.sh after the first nextcloud login"
printf "\n"