From d13c10cd9fb64b86ecdda764978b2ecdefd1b52b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:31:28 +0100 Subject: [PATCH] Update 99-run.sh --- addons_updater/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons_updater/rootfs/etc/cont-init.d/99-run.sh b/addons_updater/rootfs/etc/cont-init.d/99-run.sh index 1fd3d083b..f8e23d6f6 100755 --- a/addons_updater/rootfs/etc/cont-init.d/99-run.sh +++ b/addons_updater/rootfs/etc/cont-init.d/99-run.sh @@ -280,7 +280,7 @@ for f in */; do #Update changelog touch "/data/${BASENAME}/${SLUG}/CHANGELOG.md" if [[ "$SOURCE" == *"github"* ]]; then - sed -i "1i - Update to latest version from $UPSTREAM (https://github.com/${REPOSITORY%/}/releases)" "/data/${BASENAME}/${SLUG}/CHANGELOG.md" + sed -i "1i - Update to latest version from $UPSTREAM (changelog : https://github.com/${UPSTREAM%/}/releases)" "/data/${BASENAME}/${SLUG}/CHANGELOG.md" else sed -i "1i - Update to latest version from $UPSTREAM" "/data/${BASENAME}/${SLUG}/CHANGELOG.md" fi