jld3103
2 years ago
1 changed files with 1 additions and 1 deletions
@ -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…
Reference in new issue