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

remove .service prefix

This commit is contained in:
HgO 2023-08-21 19:09:11 +02:00
parent 538826b32e
commit 35eb80ef4a
2 changed files with 2 additions and 2 deletions

View file

@ -204,7 +204,7 @@ ynh_script_progression --message="Configuring a systemd service..."
# Create a dedicated systemd config
ynh_add_systemd_config --service=$service_name
# Create custom systemd config for hostapd to handle multiple wifi devices
ynh_add_systemd_config --service="hostapd@$app.service" --template="../conf/systemd_hostapd.service"
ynh_add_systemd_config --service="hostapd@$app" --template="../conf/systemd_hostapd.service"
#=================================================
# INTEGRATE SERVICE IN YUNOHOST

View file

@ -217,7 +217,7 @@ ynh_script_progression --message="Upgrading systemd configuration..."
# Create a dedicated systemd config
ynh_add_systemd_config --service=$service_name
# Create custom systemd config for hostapd to handle multiple wifi devices
ynh_add_systemd_config --service="hostapd@$app.service" --template="../conf/systemd_hostapd.service"
ynh_add_systemd_config --service="hostapd@$app" --template="../conf/systemd_hostapd.service"
#=================================================
# GENERIC FINALIZATION