mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
install-reddit: Replace another instance of old bash redirect syntax.
This commit is contained in:
committed by
Neil Williams
parent
cc1b087c10
commit
5f6efe5a6e
@@ -187,7 +187,7 @@ fi
|
||||
###############################################################################
|
||||
# Configure Cassandra
|
||||
###############################################################################
|
||||
if ! echo | cassandra-cli -h localhost -k reddit > /dev/null 2>&1; then
|
||||
if ! echo | cassandra-cli -h localhost -k reddit &> /dev/null; then
|
||||
echo "create keyspace reddit;" | cassandra-cli -h localhost -B
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user