mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 20:40:38 +00:00
force single worker
This commit is contained in:
@@ -108,7 +108,7 @@ echo "third" > ${tmps}/dotfiles/third
|
|||||||
attempts="3"
|
attempts="3"
|
||||||
for ((i=0;i<${attempts};i++)); do
|
for ((i=0;i<${attempts};i++)); do
|
||||||
# install
|
# 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
|
# checks timestamp
|
||||||
echo "first timestamp: `stat -c %y ${tmpd}/first`"
|
echo "first timestamp: `stat -c %y ${tmpd}/first`"
|
||||||
|
|||||||
Reference in New Issue
Block a user