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