1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/UMS_ynh.git synced 2024-10-01 13:35:01 +02:00

Upgrade to 10.6.0

This commit is contained in:
Krakinou 2021-06-06 15:02:38 +02:00
parent 1bdc4ea5e4
commit e2cf3a3231

View file

@ -63,14 +63,6 @@ ynh_script_progression --message="Stopping a systemd service..." --weight=2
ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app/$app.log"
#Close unwanted open port in firewall
if yunohost firewall list | grep -q "\- $port_web$"
then
ynh_script_progression --message="Closing port $port_web as it shouldn't be open..."
yunohost firewall disallow TCP $port 2>&1
fi
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================