Merge pull request #2663 from nextcloud/enh/noid/update-yaml-remove-unit-sgp

update-yml.sh - remove unit for stop_grace_period
This commit is contained in:
Simon L 2023-06-06 09:32:33 +02:00 committed by GitHub
commit 529abf79e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,6 @@ echo "$OUTPUT" | yq -P > ./manual-install/containers.yml
cd manual-install || exit
sed -i "s|'||g" containers.yml
sed -i '/display_name:/d' containers.yml
sed -i '/stop_grace_period:/s/$/s/' containers.yml
sed -i '/: \[\]/d' containers.yml
sed -i 's|- source: |- |' containers.yml
sed -i 's|- ip_binding: |- |' containers.yml