1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:54:51 +00:00

force single worker

This commit is contained in:
deadc0de6
2020-11-08 14:27:58 +01:00
parent ce98e75bf1
commit 80c553e1bb

View File

@@ -108,7 +108,7 @@ echo "third" > ${tmps}/dotfiles/third
attempts="3"
for ((i=0;i<${attempts};i++)); do
# install
cd ${ddpath} | ${bin} install -f -c ${cfg} -p p0 -V
cd ${ddpath} | ${bin} install -w 1 -f -c ${cfg} -p p0 -V
# checks timestamp
echo "first timestamp: `stat -c %y ${tmpd}/first`"