git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/bin/nextcloud-upgrade
diff options
context:
space:
mode:
authormail_redacted_for_web 2025-04-21 10:46:57 +0200
committermail_redacted_for_web 2025-04-21 10:46:57 +0200
commitdee58e5561db333989aac950ef3ee1510d49ed14 (patch)
treefdcbc5213d75d439ce0ef804b108a20d10f6d139 /bin/nextcloud-upgrade
parent60faf9dc48ac52cb367e6a39d96aa13969ff6625 (diff)
downloadnextcloud-update-dee58e5561db333989aac950ef3ee1510d49ed14.tar.bz2
+ licence
Diffstat (limited to 'bin/nextcloud-upgrade')
-rwxr-xr-xbin/nextcloud-upgrade3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/nextcloud-upgrade b/bin/nextcloud-upgrade
index 7b222de..b805afd 100755
--- a/bin/nextcloud-upgrade
+++ b/bin/nextcloud-upgrade
@@ -1,5 +1,8 @@
#!/usr/bin/env bash
+# AUTHOR: coding@lirion.de
+# LICENCE: LGPL-3.0-only
+
# Error codes: 131-159 (130 is reserved for sigint et al!)
[ -z "$1" ] && printf 'Usage: %b VERSION\n' "$(basename "$0")" >&2 && exit 101