attempted to reduce the error message for redis, but known issue with redis container. Reduced sleep time

This commit is contained in:
2023-04-11 10:45:12 -07:00
parent 902f7fb5e1
commit 6f0d6b65cb
3 changed files with 3 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
echo "Starting Redis..."
sleep 5
sleep 2
/usr/bin/redis-server /etc/redis.conf
tail -f /var/log/redis.log
exit 0