mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
remove spaces in empty lines
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
a81be7c35c
commit
653c63565e
1 changed files with 2 additions and 1 deletions
|
|
@ -107,6 +107,7 @@ echo "" >> containers.yml
|
||||||
echo "$OUTPUT" >> containers.yml
|
echo "$OUTPUT" >> containers.yml
|
||||||
|
|
||||||
sed -i '/container_name/d' containers.yml
|
sed -i '/container_name/d' containers.yml
|
||||||
|
sed -i 's|^ $||' containers.yml
|
||||||
|
|
||||||
VOLUMES="$(grep -oP 'nextcloud_aio_[a-z_]+' containers.yml | sort -u)"
|
VOLUMES="$(grep -oP 'nextcloud_aio_[a-z_]+' containers.yml | sort -u)"
|
||||||
mapfile -t VOLUMES <<< "$VOLUMES"
|
mapfile -t VOLUMES <<< "$VOLUMES"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue