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@techandme.se>2018-02-06 21:20:58 +0300
committerGitHub <noreply@github.com>2018-02-06 21:20:58 +0300
commit6c1b17e5ec6745b3eb08c1e8789d6eeaa4d8b435 (patch)
tree304e77a769aa91eb6b62dd094aca957604620923 /static/test_connection.sh
parent37dc8c336478f937649dadd6961031c7a0b3d61e (diff)
more fixes (#456)
Diffstat (limited to 'static/test_connection.sh')
-rw-r--r--static/test_connection.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/test_connection.sh b/static/test_connection.sh
index a000a9a5..7bcadc66 100644
--- a/static/test_connection.sh
+++ b/static/test_connection.sh
@@ -17,5 +17,5 @@ if [ ! -s /tmp/google.idx ]
then
printf "${Red}Not Connected!${Color_Off}\n"
else
- printf "${Green}Connected!${Color_Off}\n"
+ printf "Connected!\n"
fi