Browse Source

Annnnnd typo

Alexandre Aubin 3 years ago
parent
commit
3c5f8a4aac
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripts/config

+ 2 - 2
scripts/config

@@ -29,9 +29,9 @@ final_path=$(ynh_app_setting_get $app final_path)
 get__no_antenna() {
     if [[ $(iw_devices) == "" ]]
     then
-        echo "value: false"
-    else
         echo "value: true"
+    else
+        echo "value: false"
     fi
 }