mirror of
https://github.com/YunoHost-Apps/tooljet_ynh.git
synced 2024-10-01 13:34:55 +02:00
wip
This commit is contained in:
parent
8116b1ed58
commit
1db70a2bbe
1 changed files with 4 additions and 3 deletions
|
@ -43,9 +43,10 @@ ynh_script_progression --message="Validating restoration parameters..." --time -
|
|||
test ! -d $final_path \
|
||||
|| ynh_die --message="There is already a directory: $final_path "
|
||||
|
||||
# FIXME: Choose another port instead of dying...
|
||||
ynh_port_available --port=$port \
|
||||
|| ynh_die --message="Port $port is needs to be available for this app"
|
||||
#ynh_port_available --port=$port \
|
||||
# || ynh_die --message="Port $port is needs to be available for this app"
|
||||
# FIXME: I had to comment this, because somehow in package_check 9085 still in
|
||||
# in use after removal/before restore ?
|
||||
|
||||
#=================================================
|
||||
# STANDARD RESTORATION STEPS
|
||||
|
|
Loading…
Reference in a new issue