Minor fix to read.

pull/100/head
Joe Prochazka 2016-02-16 17:17:35 -05:00
rodzic 13d713dbf8
commit d1959e2242
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -155,7 +155,7 @@ echo "Some people like for dump1090-mutability to bind on all available IP addre
echo "The scripts can bind dump190-mutability to all available IP addresses however this is not recommended" echo "The scripts can bind dump190-mutability to all available IP addresses however this is not recommended"
echo "unless you understand the possible consequences of doing so." echo "unless you understand the possible consequences of doing so."
echo -e "\033[37m" echo -e "\033[37m"
read "Would you like dump1090-mutability to bind to all available IP addresses? [y/N] " BINDTOALLIPS read -p "Would you like dump1090-mutability to bind to all available IP addresses? [y/N] " BINDTOALLIPS
if [[ $BINDTOALLIPS =~ ^[yY]$ ]]; then if [[ $BINDTOALLIPS =~ ^[yY]$ ]]; then
ChangeConfig "NET_BIND_ADDRESS" "0.0.0.0" "/etc/default/dump1090-mutability" ChangeConfig "NET_BIND_ADDRESS" "0.0.0.0" "/etc/default/dump1090-mutability"