Browse Source

Also remove the inadyn repo from the configuration file

Bob Mottram 6 years ago
parent
commit
838e7328a2
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone-utils-web

+ 3
- 0
src/freedombone-utils-web View File

@@ -485,6 +485,9 @@ function install_dynamicdns {
485 485
         return
486 486
     fi
487 487
 
488
+    if grep -q "INADYN_REPO" "$CONFIGURATION_FILE"; then
489
+        sed -i '/INADYN_REPO/d' "$CONFIGURATION_FILE"
490
+    fi
488 491
     if grep -q "INADYN_COMMIT" "$CONFIGURATION_FILE"; then
489 492
         sed -i '/INADYN_COMMIT/d' "$CONFIGURATION_FILE"
490 493
     fi