Fix redis

This commit is contained in:
VirtuBox
2019-08-08 21:42:26 +02:00
parent c9a5576071
commit 5682b96e64
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ script:
- unset LANG
- sudo bash -c 'echo -e "[user]\n\tname = abc\n\temail = root@localhost.com" > /home/travis/.gitconfig'
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
- sudo apt-get install -qq --force-yes git python3-setuptools python3-dev python3-apt python3-pip ccze tree
- sudo apt-get install --assume-yes git python3-setuptools python3-dev python3-apt python3-pip ccze tree --quiet
- sudo bash install --travis
- sudo wo --help && sudo wo stack install && sudo wo stack install --proftpd
- sudo wo site create html.net --html && sudo wo site create php.com --php && sudo wo site create mysql.com --mysql && sudo wo site create proxy.com --proxy=127.0.0.1:3000

View File

@@ -1226,7 +1226,7 @@ def post_pref(self, apt_packages, packages):
"maxmemory-policy "
"allkeys-lru")
WOFileUtils.chown(self, '/etc/redis/redis.conf',
redis, redis)
'redis', 'redis', recursive=False)
WOService.restart_service(self, 'redis-server')
if (packages):