瀏覽代碼

Stray tld

Bob Mottram 8 年之前
父節點
當前提交
99479d6448
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      src/freedombone-controlpanel

+ 2
- 2
src/freedombone-controlpanel 查看文件

@@ -1298,8 +1298,8 @@ function reset_tripwire {
1298 1298
 
1299 1299
                 ' | reset-tripwire
1300 1300
     echo ''
1301
-    if [ -f /var/lib/tripwire/${HOSTNAME}.net.twd ]; then
1302
-        DBHASH=$(sha512sum  /var/lib/tripwire/${HOSTNAME}.net.twd)
1301
+    if [ -f /var/lib/tripwire/${HOSTNAME}.twd ]; then
1302
+        DBHASH=$(sha512sum  /var/lib/tripwire/${HOSTNAME}.twd)
1303 1303
         echo "$DBHASH" | qrencode -t UTF8
1304 1304
         echo ''
1305 1305
         echo "$DBHASH"