chore(nix): fix caching memcached

This commit is contained in:
Gregor Kleen 2020-06-05 12:47:41 +02:00
parent aa8874d941
commit f270990011

View File

@ -88,7 +88,7 @@ let
set +xe
fi
if [[ -z "MEMCACHED_HOST" ]]; then
if [[ -z "$MEMCACHED_HOST" ]]; then
set -xe
memcached -l localhost -p 11213 &>/dev/null &