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:
parent
45e109abde
commit
e2954477fb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue