We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1614d79 commit 1014f19Copy full SHA for 1014f19
1 file changed
scripts/sh/init_run_exclusive_canfar.sh
@@ -552,11 +552,11 @@ fi
552
if [[ $do_job != 0 ]]; then
553
554
# Remove duplicate exp runs
555
- n=`ls -rdtl run_sp_exp_SxSePsfPi* | wc -l`
+ n=`ls -rdtl run_sp_exp_SxSePsf* | wc -l`
556
if [ "$n" != "1" ]; then
557
n_remove=$((n-1))
558
echo "Remove ${n_remove} previous exp jobs"
559
- rm -rf `ls -rdt1 run_sp_exp_SxSePsfPi* | head -n $n_remove`
+ rm -rf `ls -rdt1 run_sp_exp_SxSePsf* | head -n $n_remove`
560
fi
561
562
# Remove previous runs of this job
0 commit comments