We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e7645 commit d7e9104Copy full SHA for d7e9104
Scripts/helpers/process
@@ -24,6 +24,7 @@ set_config_option() {
24
echo -e "${OPTION}"
25
echo "--------------------------------------------------------------------------"
26
read -n 1 -r response
27
+ if [[ "$response" = "y" ]]
28
then
29
CONFIG="y"
30
fi
0 commit comments