You've already forked dts-scripts
mirror of
https://github.com/Dasharo/dts-scripts.git
synced 2026-03-06 15:01:22 -08:00
distro: dasharo-deploy: fix escaping from while loop
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com>
This commit is contained in:
committed by
Tomasz Żyjewski
parent
55d7b50607
commit
2dcd1279ff
@@ -349,7 +349,7 @@ display_flashing_warning() {
|
||||
|
||||
case ${OPTION} in
|
||||
yes|y|Y|Yes|YES)
|
||||
continue
|
||||
break
|
||||
;;
|
||||
n|N)
|
||||
echo "Returning to main menu..."
|
||||
@@ -370,7 +370,7 @@ display_flashing_warning() {
|
||||
|
||||
case ${OPTION} in
|
||||
yes|y|Y|Yes|YES)
|
||||
continue
|
||||
break
|
||||
;;
|
||||
n|N)
|
||||
echo "Returning to main menu..."
|
||||
|
||||
Reference in New Issue
Block a user