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

Invalid arguments in install

This commit is contained in:
anmol 2020-10-17 15:14:48 +05:30
parent 45e109abde
commit e2954477fb

View file

@ -165,7 +165,7 @@ ynh_script_progression --message="Starting a systemd service..."
### - And the section "STOP SYSTEMD SERVICE" and "START SYSTEMD SERVICE" in the change_url script
# Start a systemd service
ynh_systemd_action --service_name=$squid --action="start" --log_path="/var/log/$squid/access.log" --needs_exposed_ports "$port"
ynh_systemd_action --service_name=$squid --action="start" --log_path="/var/log/$squid/access.log"
yunohost app ssowatconf