mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
Annnnnd typo
This commit is contained in:
parent
eef16c74c4
commit
3c5f8a4aac
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue