Port open while resote

This commit is contained in:
anmol26s 2018-04-03 12:42:16 +05:30 committed by GitHub
parent 2801be3511
commit 8c5e9ef20b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,9 @@ ynh_restore_file "$final_path"
datadir="/home/yunohost.app/${app}/storage"
ynh_restore_file "$datadir"
# Open this port
yunohost firewall allow Both "$port" 2>&1
#=================================================
# RECREATE THE DEDICATED USER
#=================================================