From 212f2a1e327262e1b205afb329ca46007ac6a428 Mon Sep 17 00:00:00 2001 From: Lennox <105095085+LennoxLiu@users.noreply.github.com> Date: Mon, 8 Apr 2024 00:46:54 +0200 Subject: [PATCH] Update job.sh --- hpc/singularity/hq_scripts/job.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpc/singularity/hq_scripts/job.sh b/hpc/singularity/hq_scripts/job.sh index 911fbab..a87f64e 100755 --- a/hpc/singularity/hq_scripts/job.sh +++ b/hpc/singularity/hq_scripts/job.sh @@ -10,7 +10,7 @@ function get_avaliable_port { # Define the range of ports to select from - MIN_PORT=60000 + MIN_PORT=4096 MAX_PORT=65535 # Generate a random port number