1
0
Fork 0
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:
anmol26s 2018-10-04 20:58:19 +05:30
parent 957c4ba709
commit 75747ab391

View file

@ -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