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-09-05 01:00:23 +0300
committerGitHub <noreply@github.com>2018-09-05 01:00:23 +0300
commitb3de0bd4bd516571aec8860a32f6243499070c75 (patch)
treef517181dc9074cf8ad47313326e389c1a4af267b /apps/adminer.sh
parentb881cb4b28b527c6d5c0d8c63a9b698bcd0c053f (diff)
add exit to all app scripts (#651)
Diffstat (limited to 'apps/adminer.sh')
-rw-r--r--apps/adminer.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/adminer.sh b/apps/adminer.sh
index e3742854..b41f17b1 100644
--- a/apps/adminer.sh
+++ b/apps/adminer.sh
@@ -74,3 +74,5 @@ Your PostgreSQL connection information can be found in $NCPATH/config/config.php
In case you try to access Adminer and get 'Forbidden' you need to change the IP in:
$ADMINER_CONF"
fi
+
+exit