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

Merge pull request #65 from yalh76/testing

Fix service add
This commit is contained in:
agentcobra 2020-06-27 20:31:07 +02:00 committed by GitHub
commit ddb0a12fdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -309,7 +309,7 @@ fi
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $service_name --description "Creates a Wi-Fi access point" --log_type "systemd" --need_lock
yunohost service add $service_name --description "Creates a Wi-Fi access point" --need_lock
#=================================================
# START SYSTEMD SERVICE

View file

@ -136,7 +136,7 @@ systemctl enable $service_name.service
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $service_name --description "Creates a Wi-Fi access point" --log_type "systemd" --need_lock
yunohost service add $service_name --description "Creates a Wi-Fi access point" --need_lock
#=================================================
# START SYSTEMD SERVICE

View file

@ -199,7 +199,7 @@ find ${final_path}/ -type d -exec chmod +x {} \;
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $service_name --description "Creates a Wi-Fi access point" --log_type "systemd" --need_lock
yunohost service add $service_name --description "Creates a Wi-Fi access point" --need_lock
#=================================================
# START SYSTEMD SERVICE