From e0725dc512bd8d851daf81c9836060c2be541cda Mon Sep 17 00:00:00 2001 From: dcmartin Date: Wed, 30 Dec 2020 12:31:18 -0800 Subject: [PATCH] lgtm --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index c66cc32..698a92e 100755 --- a/installer.sh +++ b/installer.sh @@ -114,7 +114,7 @@ if [ $(diff ${tmp} ${FILE_INTERFACES} | wc -c) -gt 0 ]; then info "If you have modified the network on the host manualy, those can now be overwritten" info "If you do not overwrite this now you need to manually adjust it later" info "Do you want to proceed with that? [N/y] " - read answer < /dev/tty + read answer if [[ "$answer" =~ "y" ]] || [[ "$answer" =~ "Y" ]]; then info "Replacing /etc/network/interfaces"