1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 01:34:42 +00:00
This commit is contained in:
deadc0de6
2020-11-18 15:07:13 +01:00
parent f811b91a46
commit ace846dcfb

View File

@@ -191,7 +191,7 @@ _EOF
# install
echo "first install round"
cd ${ddpath} | ${bin} install -c ${cfg} -f -p p1 -V ${i}
cd ${ddpath} | ${bin} install -c ${cfg} -f -p p1 -V
has_rights "${tmpd}/f777" "777"
has_rights "${tmpd}/link" "777"
@@ -224,7 +224,7 @@ chmod 700 ${tmpd}/linkchildren
chmod 600 ${tmpd}/symlinktemplate
echo "second install round"
cd ${ddpath} | ${bin} install -c ${cfg} -p p2 -f -V ${i}
cd ${ddpath} | ${bin} install -c ${cfg} -p p2 -f -V
has_rights "${tmpd}/exists" "777"
has_rights "${tmpd}/existslink" "777"