1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00
This commit is contained in:
deadc0de6
2020-08-07 14:46:40 +02:00
parent 4bf00d7099
commit edb897deff

View File

@@ -135,7 +135,7 @@ grep 'maindyncontent' ${tmpd}/abc >/dev/null || (echo "dynvariables 1 not resolv
grep 'subcontent' ${tmpd}/abc >/dev/null || (echo "variables 2 not resolved" && exit 1)
grep 'subdyncontent' ${tmpd}/abc >/dev/null || (echo "dynvariables 2 not resolved" && exit 1)
#cat ${tmpd}/abc
[ ! -e ${tmpd}/ghi] && exit 1
[ ! -e ${tmpd}/ghi ] && exit 1
## CLEANING
rm -rf ${tmps} ${tmpd}