1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/squid3_ynh.git synced 2024-09-03 20:26:11 +02:00

Inconsistent service naming between 'ynh_systemd_action' and 'yunohost service add'

This commit is contained in:
Alexandre Aubin 2022-08-15 19:16:51 +02:00 committed by GitHub
parent 7659922c45
commit 4baba9b43e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ ynh_add_config --template="../conf/squid.conf" --destination="/etc/$squid/squid.
#================================================= #=================================================
ynh_script_progression --message="Integrating service in YunoHost..." ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description "Squid3 a web proxy service" --log="/var/log/$squid/access.log" --needs_exposed_ports $squid_port yunohost service add $squid --description "Squid3 a web proxy service" --log="/var/log/$squid/access.log" --needs_exposed_ports $squid_port
#================================================= #=================================================
# START SYSTEMD SERVICE # START SYSTEMD SERVICE