Skip to content

Commit

Permalink
Fixed Redis IPv6
Browse files Browse the repository at this point in the history
  • Loading branch information
ben182 committed Oct 3, 2019
1 parent 3485860 commit dee5cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/partials/redis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ redisInstall () {
sudo apt install redis-server -y

sudo sed -i "s|supervised no|supervised systemd|" /etc/redis/redis.conf
sudo sed -i "s|# bind 127.0.0.1 ::1|bind 127.0.0.1 ::1|" /etc/redis/redis.conf
sudo sed -i "s|# bind 127.0.0.1 ::1|bind 127.0.0.1|" /etc/redis/redis.conf
sudo sed -i "s|# requirepass foobared|requirepass $REDIS_PASS|" /etc/redis/redis.conf
sudo sed -i "s|REDIS_PASSWORD|$REDIS_PASS|" $CONFIG_PATH

Expand Down

0 comments on commit dee5cf2

Please sign in to comment.