X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=nextcloud-setup;h=75e1625192c6260aaa11c43fcbc58cb0fd725ce6;hp=f2cddfc40103ba28f0aede1bfb869966c47b60dd;hb=51c8b40fd2aac71d29dc9298ca65425725ad1edd;hpb=0d347f93336619d663f1f3cdd771b92df390c494 diff --git a/nextcloud-setup b/nextcloud-setup index f2cddfc..75e1625 100755 --- a/nextcloud-setup +++ b/nextcloud-setup @@ -1,7 +1,7 @@ #!/bin/bash -if [[ -s /usr/local/lib/err ]]; then - source /usr/local/lib/err +if [[ -s /usr/local/lib/bash-bear ]]; then + source /usr/local/lib/bash-bear else exit 1 fi @@ -217,7 +217,7 @@ systemctl enable --now $ncbase.timer i /usr/local/bin/ncup <<'EOFOUTER' #!/bin/bash -source /usr/local/lib/err +source /usr/local/lib/bash-bear m() { printf "%s\n" "$*"; "$@"; } err-cleanup() {