mirror of
https://github.com/YunoHost-Apps/squid3_ynh.git
synced 2024-09-03 20:26:11 +02:00
typo:sqid for squid in install
This commit is contained in:
parent
957c4ba709
commit
75747ab391
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
### - Remove the section "CLOSE A PORT" in the remove script
|
||||
|
||||
# Find a free port
|
||||
port=$(ynh_find_port $sqid_port)
|
||||
port=$(ynh_find_port $squid_port)
|
||||
# Open this port
|
||||
yunohost firewall allow --no-upnp TCP $port 2>&1
|
||||
ynh_app_setting_set $app port $port
|
||||
|
|
Loading…
Reference in a new issue