From 99f7ab0cf25395bac1f9f5cf052eaeda3d492b43 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Wed, 30 Apr 2025 09:59:20 +0200 Subject: [PATCH] .tags file with new line --- patch-nextcloud.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patch-nextcloud.sh b/patch-nextcloud.sh index 78f557a..89fdaa6 100755 --- a/patch-nextcloud.sh +++ b/patch-nextcloud.sh @@ -15,4 +15,5 @@ full_version=$(grep -oP '(?<=^ENV NEXTCLOUD_VERSION ).*' Dockerfile) echo "==> found $full_version" cd $WORKDIR cp -r nextcloud-docker/$NEXTCLOUD_VERSION/fpm/* . -echo "$full_version, $NEXTCLOUD_VERSION" > .tags \ No newline at end of file +echo "$full_version" > .tags +echo "$NEXTCLOUD_VERSION" >> .tags \ No newline at end of file