소스 검색

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