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-19 01:33:26 +0300
committerGitHub <noreply@github.com>2020-10-19 01:33:26 +0300
commit92de6b68c510c3c2f1e4c3490122cf39b3c204ec (patch)
tree30e1edb92c9a906e3b562936201b0d859976d4bf /apps/adminer.sh
parent005b1bd641b2e1007604fa572a81cba5d418f712 (diff)
Remove msg_box "$SCRIPT_EXPLAINER" where install_popup exists (#1604)
Diffstat (limited to 'apps/adminer.sh')
-rw-r--r--apps/adminer.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/adminer.sh b/apps/adminer.sh
index 5e153868..41d126f3 100644
--- a/apps/adminer.sh
+++ b/apps/adminer.sh
@@ -18,9 +18,6 @@ debug_mode
# Check if root
root_check
-# Show explainer
-msg_box "$SCRIPT_EXPLAINER"
-
# Check if adminer is already installed
if ! is_this_installed adminer
then