mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
its getting late
This commit is contained in:
parent
00f05941d4
commit
c53126d373
|
@ -93,7 +93,7 @@ py="$(command -v python2)" || {
|
||||||
done
|
done
|
||||||
|
|
||||||
# delete the bundled jinja2 if we have a better one
|
# delete the bundled jinja2 if we have a better one
|
||||||
python3 -c 'import jinja2' 2>/dev/null &&
|
"$py" -c 'import jinja2' 2>/dev/null &&
|
||||||
rm -rf $dir/jinja2
|
rm -rf $dir/jinja2
|
||||||
true
|
true
|
||||||
) >&2 || exit 1
|
) >&2 || exit 1
|
||||||
|
|
Loading…
Reference in a new issue