diff options
-rwxr-xr-x | setup-apkrepos.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in index 49214f3..69de693 100755 --- a/setup-apkrepos.in +++ b/setup-apkrepos.in @@ -188,7 +188,7 @@ while true; do e) edit_repositories && changed=1 && break;; esac if [ -n "$changed" ]; then - default_answer="done" + break fi fi done |