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:
authorszaimen <szaimen@e.mail.de>2020-10-14 12:16:35 +0300
committerGitHub <noreply@github.com>2020-10-14 12:16:35 +0300
commitf28af0807a6838a53590fa6fe9b7ff91aebae39b (patch)
tree64e3d486f67c6faa59228cd74ba4a480bc040d36 /apps/adminer.sh
parent110b416385b632730ba186d51ebbdfe63dc62fc9 (diff)
make all scripts much more readable (#1493)
Co-authored-by: Daniel Hansson <github@hanssonit.se>
Diffstat (limited to 'apps/adminer.sh')
-rw-r--r--apps/adminer.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/adminer.sh b/apps/adminer.sh
index f1a18bab..d5e89ccb 100644
--- a/apps/adminer.sh
+++ b/apps/adminer.sh
@@ -101,11 +101,11 @@ check_command a2ensite adminer.conf
if ! restart_webserver
then
-msg_box "Apache2 could not restart...
+ msg_box "Apache2 could not restart...
The script will exit."
exit 1
else
-msg_box "Adminer was sucessfully installed and can be reached here:
+ msg_box "Adminer was sucessfully installed and can be reached here:
https://$ADDRESS:9443
You can download more plugins and get more information here: