diff --git a/script/network/bts1gensub.sh b/script/network/bts1gensub.sh index 31773f7..41c26bd 100755 --- a/script/network/bts1gensub.sh +++ b/script/network/bts1gensub.sh @@ -91,9 +91,9 @@ echo -e "\n" grep "^sbatch" qsub1.sh > job1_command if [[ $interactive == "T" || $interactive == "True" || $interactive == "TRUE" ]];then sed -i 's/sbatch -W/srun -n1 bash/g;s/&/>\/dev\/null/g' qsub1.sh -echo -e "Running $(wc -l < job1_command) jobs ... \n" +echo -e "Running $(wc -l < job1_command) jobs...\n" else -echo -e "Submitting $(wc -l < job1_command) jobs ... \n" +echo -e "Submitting $(wc -l < job1_command) jobs...\n" fi time sh qsub1.sh | tee submit1_log