Skip to content

Commit 21caf53

Browse files
committed
add missing vars
1 parent 19ad5b3 commit 21caf53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ NOTIFY_PUSH_SERVICE_PATH="/etc/systemd/system/notify_push.service"
169169
ADMINNEODIR=/usr/share/adminneo
170170
ADMINNEO_CONF="$SITES_AVAILABLE/adminneo.conf"
171171
ADMINNEO_CONF_PLUGIN="$ADMINNEODIR/extra_plugins.php"
172+
# Legacy Adminer references kept for cleanup purposes
173+
LEGACY_ADMINER_CONF="$SITES_AVAILABLE/adminer.conf"
174+
LEGACY_ADMINER_CONF_ENABLED="/etc/apache2/sites-enabled/adminer.conf"
175+
LEGACY_ADMINERDIR=/usr/share/adminer
172176
# Get latest AdminNeo version dynamically from GitHub releases
173177
get_adminneo_version() {
174178
local version

0 commit comments

Comments
 (0)