mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 18:34:48 +00:00
force single worker
This commit is contained in:
@@ -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`"
|
||||
|
||||
Reference in New Issue
Block a user