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 <daniel@techandme.se>2017-02-07 15:45:30 +0300
committerGitHub <noreply@github.com>2017-02-07 15:45:30 +0300
commit9679ed4d7456782202fc3e250712ef78915b2833 (patch)
tree0e2aef117e0234a46fc07db91f5731b4266b0726 /static/test_connection.sh
parentfd15c2c40a3ad87d8e541c2d1c324dc98dd82667 (diff)
revert back to no colors to fit $CONTEST
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 1d576cf4..64247e4a 100644
--- a/static/test_connection.sh
+++ b/static/test_connection.sh
@@ -7,5 +7,5 @@ if [ ! -s /tmp/google.idx ]
then
echo -e "\e[31mNot Connected!\e[0m"
else
- echo -e "\e[32mConnected!\e[0m"
+ echo -e "Connected!"
fi