diff --git a/hpc/singularity/hq_scripts/job.sh b/hpc/singularity/hq_scripts/job.sh index 6990af5..a50eebe 100755 --- a/hpc/singularity/hq_scripts/job.sh +++ b/hpc/singularity/hq_scripts/job.sh @@ -9,8 +9,8 @@ function get_avaliable_port { # Define the range of ports to select from - MIN_PORT=1024 - MAX_PORT=65535 + MIN_PORT=600000 + MAX_PORT=655350 # Generate a random port number port=$(shuf -i $MIN_PORT-$MAX_PORT -n 1)