From 0a5b3ee51182fb212513f56933ab3a90465814a9 Mon Sep 17 00:00:00 2001 From: Saswat Padhi Date: Fri, 22 Dec 2023 02:22:16 +0000 Subject: [PATCH] tweak --- nextcloud/config/nextcloud/push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/config/nextcloud/push.sh b/nextcloud/config/nextcloud/push.sh index c0f11bf..99a4a01 100755 --- a/nextcloud/config/nextcloud/push.sh +++ b/nextcloud/config/nextcloud/push.sh @@ -2,7 +2,7 @@ set -eu -NOTIFY_PUSH=/var/www/html/custom_apps/notify_push/bin/$ARCHITECTURE/notify_push +NOTIFY_PUSH=/var/www/html/custom_apps/notify_push/bin/$(uname -m)/notify_push if ! [ -f $NOTIFY_PUSH ]; then exec tail -f /dev/null