瀏覽代碼

does not show IP address, resolved

pull/188/head
Wendell Borges 7 年之前
父節點
當前提交
571f9cf7cc
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh 查看文件

@@ -109,7 +109,7 @@ show_menu () {
;;
5)
sudo /etc/init.d/craftbeerpiboot start
ipaddr=`ifconfig wlan0 2>/dev/null|awk '/inet addr:/ {print $2}'|sed 's/addr://'`
ipaddr=`ifconfig wlan0 2>/dev/null | awk '/inet/ {print $2}' | head -n1`
whiptail --title "CraftBeerPi started" --msgbox "Please connect via Browser: http://$ipaddr:5000" 8 78
show_menu
;;


Loading…
取消
儲存