Skip to content

Commit d378f0c

Browse files
authored
Remove legacy Adminer cleanup from update script
Removed legacy Adminer cleanup step before updating AdminNeo. Signed-off-by: enoch85 <[email protected]>
1 parent bbcb8e8 commit d378f0c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

nextcloud_update.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
true
1212
SCRIPT_NAME="Nextcloud Update Script"
1313
# shellcheck source=lib.sh
14-
if [ -f /var/scripts/fetch_lib.sh ]
14+
if [ -f /var/scripts/fetch_lib.sh
1515
then
1616
# shellcheck source=static/fetch_lib.sh
1717
source /var/scripts/fetch_lib.sh
@@ -575,9 +575,6 @@ fi
575575
# Make sure services are restarted
576576
restart_webserver
577577

578-
# Remove any legacy Adminer files before ensuring AdminNeo is up-to-date
579-
cleanup_legacy_adminer_files
580-
581578
# Update adminneo
582579
if [ -d "$ADMINNEODIR" ]
583580
then

0 commit comments

Comments
 (0)