Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit aef4643

Browse files
committed
Adding
1 parent 6720b74 commit aef4643

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup/install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ IS_PORT_CONFIGURED=`grep "^port 6379" /etc/redis/redis.conf`
8989
if [ $? == "1" ]; then
9090
echo "port 6379" >> /etc/redis/redis.conf
9191
fi
92+
sed -i .bak /^bind/s/::1//g /etc/redis/redis.conf
9293
/etc/init.d/redis-server start
9394

9495
echo ""

tests/testing.py

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
class ServicesTest(unittest.TestCase):
1212
def setUp(self):
13+
print("Starting Services")
1314
config_file = 'config.ini'
1415
lib.utils.start_services(config_file)
1516

0 commit comments

Comments
 (0)