Skip to content

Commit d7e9104

Browse files
committed
fix conditional after read response
1 parent 68e7645 commit d7e9104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Scripts/helpers/process

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ set_config_option() {
2424
echo -e "${OPTION}"
2525
echo "--------------------------------------------------------------------------"
2626
read -n 1 -r response
27+
if [[ "$response" = "y" ]]
2728
then
2829
CONFIG="y"
2930
fi

0 commit comments

Comments
 (0)