Skip to content

Commit

Permalink
run notify_push for the right arch
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Nov 19, 2023
1 parent 64ce8b0 commit 2eb1f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dynamic.global.env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
set -Eumo pipefail

cat << EOF
ARCHITECTURE=$(uname -m)
GROUP_ID=$(id -g)
HOST_NAME=$(hostname)
USER_ID=$(id -u)
Expand Down
2 changes: 1 addition & 1 deletion nextcloud/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ services:
user: ${USER_ID:?}

entrypoint: |-
/var/www/html/custom_apps/notify_push/bin/x86_64/notify_push /var/www/html/config/config.php
/var/www/html/custom_apps/notify_push/bin/${ARCHITECTURE:?}/notify_push /var/www/html/config/config.php
depends_on:
- nextcloud
Expand Down

0 comments on commit 2eb1f37

Please sign in to comment.