From e029d862681fb89466f4d38e0200319a9fc7c50f Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 5 Mar 2020 15:05:09 +0100 Subject: [PATCH] Add 'CMS/nextcloud/MotdNextCloud' --- CMS/nextcloud/MotdNextCloud | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CMS/nextcloud/MotdNextCloud diff --git a/CMS/nextcloud/MotdNextCloud b/CMS/nextcloud/MotdNextCloud new file mode 100644 index 0000000..3061f9b --- /dev/null +++ b/CMS/nextcloud/MotdNextCloud @@ -0,0 +1,5 @@ +#!/bin/sh +red='\e[1;31m%s\e[0m\n' +printf "\n" +printf "\$red" "Please run nextcloud-init.sh after first nextcloud login" +printf "\n" \ No newline at end of file