1
0
Fork 0
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:
Alexandre Aubin 2021-10-18 01:44:24 +02:00
parent eef16c74c4
commit 3c5f8a4aac

View file

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