update backwards compatibility

This commit is contained in:
Daniel Hansson 2020-10-08 20:48:21 +02:00 committed by GitHub
parent 93ff3394c5
commit 209497cb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
lib.sh
View File

@ -857,11 +857,11 @@ sudo -u www-data php "$NCPATH"/occ "$@";
# Backwards compatibility (2020-10-08)
occ_command() {
nextcloud_occ "$1"
nextcloud_occ "$@";
}
occ_command_no_check() {
nextcloud_occ_no_check "$1"
nextcloud_occ_no_check "$@";
}
network_ok() {