1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 07:29:17 +00:00
This commit is contained in:
deadc0de6
2022-05-21 23:18:26 +02:00
committed by deadc0de
parent 04abcb4710
commit 93025eae37
3 changed files with 8 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ echo '----------'
cat ${cfg2}
cnt=$(cd ${ddpath} | ${bin} files -G -c ${cfg} -p p1 | grep '^f_def' | wc -l)
[ "${cnt}" != "1" ] && echo "imported twice!" && exit 1
[ "${cnt}" != "1" ] && echo "imported twice! (${cnt})" && exit 1
echo "OK"
exit 0