瀏覽代碼

Interfaces file

Bob Mottram 10 年之前
父節點
當前提交
e0f647104d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh 查看文件

@@ -7149,7 +7149,7 @@ function enable_wifi_hotspot {
7149 7149
       fi
7150 7150
   fi
7151 7151
 
7152
-  if ! grep -q "Wifi hotspot" $COMPLETION_FILE; then
7152
+  if ! grep -q "Wifi hotspot" /etc/network/interfaces; then
7153 7153
       echo '' >> /etc/network/interfaces
7154 7154
       echo '# Wifi hotspot' >> /etc/network/interfaces
7155 7155
       echo "auto $WIFI_INTERFACE" >> /etc/network/interfaces