Fixed MOTD color

This commit is contained in:
b.waal
2020-03-24 15:07:27 +01:00
parent a1501a5f53
commit e484b4bd88

View File

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