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:
authorKarl Felstead <zalonic@outlook.com>2019-08-13 15:02:15 +0300
committerDaniel Hansson <github@hanssonit.se>2019-08-13 15:02:15 +0300
commit169058970362c6bcebdc357435794feaf82f1a58 (patch)
treee1a61f40509f0603d340d6505ca52b330363b4a4 /apps/adminer.sh
parent927d94b86aeb13ac91d290ac1b247de971df0574 (diff)
High Intensity Colours Everywhere (#906)
Signed-off-by: Zalonic <zalonic@outlook.com>
Diffstat (limited to 'apps/adminer.sh')
-rw-r--r--apps/adminer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/adminer.sh b/apps/adminer.sh
index 72a2c8ab..19432b54 100644
--- a/apps/adminer.sh
+++ b/apps/adminer.sh
@@ -24,7 +24,7 @@ http2_warn Adminer
# Check that the script can see the external IP (apache fails otherwise)
if [ -z "$WANIP4" ]
then
- print_text_in_color "$Red" "WANIP4 is an emtpy value, Apache will fail on reboot due to this. Please check your network and try again."
+ print_text_in_color "$IRed" "WANIP4 is an emtpy value, Apache will fail on reboot due to this. Please check your network and try again."
sleep 3
exit 1
fi