mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +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
|
# Clear memcached to avoid contamination from previous database state
|
||||||
sh "$(dirname "$0")/flush-memcached"
|
"$(dirname "$0")/flush-memcached"
|
||||||
|
|
||||||
echo "Database created"
|
echo "Database created"
|
||||||
|
|||||||
Reference in New Issue
Block a user