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

make sure parsing fails early

This commit is contained in:
deadc0de6
2020-07-26 16:19:42 +02:00
parent 8202cf6106
commit bca2cada0d

View File

@@ -66,9 +66,9 @@ create_conf ${cfg} # sets token
# import
echo "[+] import"
cd ${ddpath} | ${bin} import -c ${cfg} ${tmpd}/program
cd ${ddpath} | ${bin} import -c ${cfg} ${tmpd}/config
cd ${ddpath} | ${bin} import -c ${cfg} ${tmpd}/vscode
cd ${ddpath} | ${bin} import --verbose -c ${cfg} ${tmpd}/program || exit 1
cd ${ddpath} | ${bin} import --verbose -c ${cfg} ${tmpd}/config || exit 1
cd ${ddpath} | ${bin} import --verbose -c ${cfg} ${tmpd}/vscode || exit 1
# add files on filesystem
echo "[+] add files"