diff --git a/scripts/restore b/scripts/restore index 4503f16..6ef80e6 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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 #=================================================