Skip to content

Commit

Permalink
new try to disable check
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
  • Loading branch information
enoch85 committed May 11, 2024
1 parent 36654ea commit b319730
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/adminer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
true
SCRIPT_NAME="Adminer"
SCRIPT_EXPLAINER="Adminer is a full-featured database management tool written in PHP."
# shellcheck source=lib.sh disable=SC2154
# shellcheck source=lib.sh
source /var/scripts/fetch_lib.sh

# Check for errors + debug code and abort if something isn't right
Expand Down Expand Up @@ -69,6 +69,8 @@ fi
# Get PHP version for the conf file
check_php

# shellcheck disable=2154

# Add ability to add plugins easily
cat << ADMINER_CREATE_PLUGIN > "$ADMINER_CONF_PLUGIN"
<?php
Expand Down

0 comments on commit b319730

Please sign in to comment.