git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2025-04-22 13:41:41 +0200
committermail_redacted_for_web 2025-04-22 13:41:41 +0200
commit26797dc67804f54a05c87ee7ae695f439e656d87 (patch)
tree2c45c7e0f2a87ee613dca716245cb7cca1b98826
parent2327574fa18e4678ab97e4cf650a152f5c615179 (diff)
downloadnextcloud-update-26797dc67804f54a05c87ee7ae695f439e656d87.tar.bz2
remove debugHEADmaster
-rwxr-xr-xbin/nextcloud-update1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/nextcloud-update b/bin/nextcloud-update
index ae15ef3..48dd580 100755
--- a/bin/nextcloud-update
+++ b/bin/nextcloud-update
@@ -199,7 +199,6 @@ elif [[ "$NC_COREUPD" -eq 1 && "$NC_UA_CORE" -eq 0 ]]; then
UPDCALL+=( '-c' 0 )
fi
if [[ "$NC_APPSUPD" -eq 1 && "$NC_UA_APPS" -eq 1 ]]; then
- echo BENIS
UPDCALL+=( '-a' )
fi
# /usr/local/bin/nextcloud-upgrade "$UPDVER" || exit "$?"