mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
postgres-init-db: Use default bash to call flush-memcached.
This commit is contained in:
@@ -51,6 +51,6 @@ EOF
|
||||
)
|
||||
|
||||
# Clear memcached to avoid contamination from previous database state
|
||||
sh "$(dirname "$0")/flush-memcached"
|
||||
"$(dirname "$0")/flush-memcached"
|
||||
|
||||
echo "Database created"
|
||||
|
||||
Reference in New Issue
Block a user