From 33026c916bc5df1a4120d92ee69f07b894081fb3 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Wed, 2 Feb 2022 20:45:37 +0100 Subject: [PATCH] remove request --- apply-single-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apply-single-patch.sh b/apply-single-patch.sh index 10455b8..2ab46ca 100644 --- a/apply-single-patch.sh +++ b/apply-single-patch.sh @@ -70,7 +70,7 @@ if [[ DOBUILD -eq 1 ]]; then DOEXPORT=1 - if [[ OK -eq 0 ]]; then + if [[ OK -eq 1 ]]; then if [ -z "$SILENT" ]; then echo "Read to add $PATCH. Press return" read -n 1