Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-29 04:36:59 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-29 04:36:59 +0300
commit220a53abd3170d8a5cbe9cc87f2db9ea48285c01 (patch)
tree026dc7737b659c16a390bd03351cc7d12a1de883 /bin
parent84b78e83620d9430da1ec36f0977199840860070 (diff)
Fix HPB service
vm-tests.yml: Fix invalid variable usage Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/nextcloud-domain.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/nextcloud-domain.sh b/bin/nextcloud-domain.sh
index dfc757bb..a8d0af1d 100644
--- a/bin/nextcloud-domain.sh
+++ b/bin/nextcloud-domain.sh
@@ -35,7 +35,3 @@ while :; do
break
done
-[[ -z "$nc_domain" ]] || {
- echo "Starting notify_push daemon"
- start_notify_push
-}