Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Dec 22, 2023
1 parent 0313f7c commit 0a5b3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud/config/nextcloud/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a5b3ee

Please sign in to comment.