Browse Source

tool: Fix push notification test script

pull/100/head
jld3103 2 years ago
parent
commit
1a4822ef4e
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      tool/send-push-notification-test.sh

2
tool/send-push-notification-test.sh

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
set -euxo pipefail set -euxo pipefail
docker exec -it "$(docker ps | grep nextcloud-neon-dev | cut -d " " -f 1)" /bin/bash -c "php -f occ notification:test-push test $*" docker exec -it "$(docker ps | grep nextcloud-neon-dev | cut -d " " -f 1)" /bin/bash -c "php -f occ notification:test-push $*"

Loading…
Cancel
Save