Fixed oopsie's

This commit is contained in:
2020-07-30 15:22:26 +02:00
parent 8d10e8b853
commit 3b8c214dec
6 changed files with 16 additions and 10 deletions

View File

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