Just a message change

This commit is contained in:
Holger Sielaff
2025-06-26 10:46:52 +02:00
parent 31fcc001e4
commit 049277a3c7

View File

@@ -358,7 +358,7 @@ echo "Paket wurde erstellt: $distfile"
rm -rf "${BUILD_DIR}" rm -rf "${BUILD_DIR}"
if [[ -z $DEBBUILD_ASSUME_YES ]] && ! $force; then if [[ -z $DEBBUILD_ASSUME_YES ]] && ! $force; then
read -p "Auf git-packages hochladen? [Y,n]: " upload read -p "Hochladen? [Y,n]: " upload
[[ "$upload" =~ n|N ]] && exit 0 [[ "$upload" =~ n|N ]] && exit 0
fi fi