diff --git a/scripts/restore b/scripts/restore index 52a997b..cabafad 100755 --- a/scripts/restore +++ b/scripts/restore @@ -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