mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
add verbose output for update-yaml
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
6641cb6382
commit
3cf99a96b2
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
jq -c . ./php/containers.json > /tmp/containers.json
|
||||
sed -i 's|aio_services_v1|services|g' /tmp/containers.json
|
||||
sed -i 's|","destination":"|:|g' /tmp/containers.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue