refactor(start.sh): use -r flag to prevent mangle backslashes
This commit is contained in:
parent
57f64675eb
commit
4f7b251256
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ elif [[ "$NETWORK_INTERFACE_COUNT" -gt 1 ]]; then
|
|||
echo "Found multiple network interfaces. Please select one of the following interfaces:"
|
||||
echo "$NETWORK_INTERFACE"
|
||||
while true; do
|
||||
read -p "> " USER_NETWORK_INTERFACE
|
||||
read -rp "> " USER_NETWORK_INTERFACE
|
||||
if echo "$NETWORK_INTERFACE" | grep -x "$USER_NETWORK_INTERFACE"; then
|
||||
NETWORK_INTERFACE="$USER_NETWORK_INTERFACE"
|
||||
break
|
||||
|
|
Loading…
Add table
Reference in a new issue