Update 'config/nextcloud/nextcloud-config.sh'

This commit is contained in:
b.waal
2019-07-04 14:36:58 +02:00
parent 7a61afca7d
commit 09426a2643

View File

@@ -155,7 +155,7 @@ cat <<EOF > /etc/update-motd.d/50-nextnotice
#!/bin/sh
red='\e[1;31m%s\e[0m\n'
printf "\n"
printf "\$red" "Please run nextcloud-init.sh after fist nextcloud login"
printf "\$red" "Please run nextcloud-init.sh after first nextcloud login"
printf "\n"
EOF
chmod +x /etc/update-motd.d/50-nextnotice