Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2018-12-18 01:27:01 +0300
committerGitHub <noreply@github.com>2018-12-18 01:27:01 +0300
commitafb7630e8088ed7cbef6240d9416032afe29ec82 (patch)
tree8bb622c2a243f0ea04bc824c34eab66ea836ac94 /static/adduser.sh
parent14651b2aeffc2a399135916ceb964c781fc37bd3 (diff)
change color (#747)
Diffstat (limited to 'static/adduser.sh')
-rw-r--r--static/adduser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/adduser.sh b/static/adduser.sh
index 05081716..c4b5d7cf 100644
--- a/static/adduser.sh
+++ b/static/adduser.sh
@@ -23,7 +23,7 @@ Please create a user with sudo permissions if you want an optimal installation.
The preferred user is 'ncadmin'."
if [[ "no" == $(ask_yes_or_no "Do you want to create a new user?") ]]
then
- print_text_in_color "$Cyan" "Not adding another user..."
+ print_text_in_color "$ICyan" "Not adding another user..."
sleep 1
else
read -r -p "Enter name of the new user: " NEWUSER