From: xf0r3m Date: Mon, 30 Jun 2025 19:22:44 +0000 (+0200) Subject: Zmiana ścieżki w funkcji make_changelog_file. Było e5270, powinno być T530. X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;ds=inline;p=T530.git Zmiana ścieżki w funkcji make_changelog_file. Było e5270, powinno być T530. --- diff --git a/template.sh b/template.sh index 9154472..f17b1fe 100644 --- a/template.sh +++ b/template.sh @@ -70,6 +70,6 @@ function make_changelog_file() { echo "ADDONS=\"${ADDONS}\"" >> $FILE; echo "-== Diffrences in version file ==-" >> $FILE; cp ${HOME}/immudex/versions/base.sh ${HOME}/T530/base.sh; - (cd ${HOME}/e5270 && git diff base.sh) >> $FILE; + (cd ${HOME}/T530 && git diff base.sh) >> $FILE; return 0; }