1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00

run config after install

This commit is contained in:
HgO 2023-08-21 22:07:05 +02:00
parent eaf7b994b0
commit da0c4095a8

View file

@ -223,7 +223,8 @@ ynh_script_progression --message="Starting a systemd service..."
if [[ $wifi_device == "" ]]; then
echo "WARNING: Wifi Hotspot is not started because no wifi device was found (please, check the web admin)" >&2
else
ynh_systemd_action --service_name=$service_name --action="start" --log_path=systemd #--line_match="Started YunoHost Wifi Hotspot"
ynh_app_config_run $1
# ynh_systemd_action --service_name=$service_name --action="start" --log_path=systemd #--line_match="Started YunoHost Wifi Hotspot"
fi
#=================================================