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:
parent
1bdc4ea5e4
commit
e2cf3a3231
1 changed files with 0 additions and 8 deletions
|
@ -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"
|
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
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue