mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Port open while resote
This commit is contained in:
parent
2801be3511
commit
8c5e9ef20b
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@ ynh_restore_file "$final_path"
|
||||||
datadir="/home/yunohost.app/${app}/storage"
|
datadir="/home/yunohost.app/${app}/storage"
|
||||||
ynh_restore_file "$datadir"
|
ynh_restore_file "$datadir"
|
||||||
|
|
||||||
|
# Open this port
|
||||||
|
yunohost firewall allow Both "$port" 2>&1
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RECREATE THE DEDICATED USER
|
# RECREATE THE DEDICATED USER
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue