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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user