File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -278,13 +278,13 @@ function installNginx() {
278
278
279
279
function askAssistantInstall() {
280
280
echo " MudPi Assistant is a web interface for first time configurations"
281
- echo -n " Install mudpi-assistant and enable web configs? [Y/n ]: "
281
+ echo -n " Install mudpi-assistant and enable web configs? [y/N ]: "
282
282
if [ " $force_yes " == 0 ]; then
283
283
read answer < /dev/tty
284
- if [ " $answer " != " ${answer# [Nn]} " ]; then
285
- echo -e
286
- else
284
+ if [ " $answer " != " ${answer# [Yy]} " ]; then
287
285
assistant_option=1
286
+ else
287
+ echo -e
288
288
fi
289
289
else
290
290
assistant_option=1
@@ -308,13 +308,13 @@ function askUIInstall() {
308
308
309
309
# ask to install access point
310
310
function askAPModeInstall() {
311
- echo -n " Install hostapd and make Access Point configuration? [Y/n ]: "
311
+ echo -n " Install hostapd and make Access Point configuration? [y/N ]: "
312
312
if [ " $force_yes " == 0 ]; then
313
313
read answer < /dev/tty
314
- if [ " $answer " != " ${answer# [Nn]} " ]; then
315
- echo -e
316
- else
314
+ if [ " $answer " != " ${answer# [Yy]} " ]; then
317
315
ap_mode_option=1
316
+ else
317
+ echo -e
318
318
fi
319
319
else
320
320
ap_mode_option=1
You can’t perform that action at this time.
0 commit comments