Remove error if i doesn't exist, remove useless line

This commit is contained in:
Vrganj 2021-01-25 18:46:06 +01:00
parent 53842e8582
commit 659593c60d
2 changed files with 1 additions and 2 deletions

View file

@ -18,6 +18,7 @@ basepath="/var/lib/lxc/piston/rootfs"
exec 200>$dir/lockfile
flock 200
touch $dir/i
runner=$(cat $dir/i)
let 'runner = runner % 150 + 1'