1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tooljet_ynh.git synced 2024-10-01 13:34:55 +02:00
This commit is contained in:
Tagadda 2022-02-24 16:10:00 +00:00
parent 8116b1ed58
commit 1db70a2bbe

View file

@ -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