From 4397453229cdee902b6547c2bef90bf57a6d74ca Mon Sep 17 00:00:00 2001 From: KoCoder Date: Thu, 15 Jan 2026 09:14:21 +0100 Subject: [PATCH] DEBUG: Bash script vars --- run-build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run-build.sh b/run-build.sh index 4f76658..507af3e 100755 --- a/run-build.sh +++ b/run-build.sh @@ -2,6 +2,8 @@ VERSION="$1" DEBIAN_PACKAGE_PATH="$2" +echo $VERSION $DEBIAN_PACKAGE_PATH + echo "Version: ${VERSION}" >> $DEBIAN_PACKAGE_PATH/DEBIAN/control dpkg-deb --root-owner-group --build $DEBIAN_PACKAGE_PATH \ No newline at end of file