upgrade software to latest versions

This commit is contained in:
2017-06-13 13:13:55 +01:00
parent bce647dba8
commit 77eb5e9c73
15 changed files with 40 additions and 35 deletions

View File

@@ -1,8 +1,8 @@
## Environment
export_env REDIS_CONFIG=/etc/redis/redis.conf
export_env REDIS_LOG=/host/var/log/redis/redis.log
export_env REDIS_DATA=/host/var/lib/redis
export_env REDIS_VERSION=stable
export_env REDIS_CONFIG /etc/redis/redis.conf
export_env REDIS_LOG /host/var/log/redis/redis.log
export_env REDIS_DATA /host/var/lib/redis
export_env REDIS_VERSION stable
## Redis (repository)
apt_install_permanent redis-server
@@ -18,4 +18,4 @@ make
mkdir -p `dirname $REDIS_CONFIG`
sed -i "s,^\(daemonize\s*\).*$,\1no," $REDIS_CONFIG
sed -i "s,^\(logfile\s*\).*$,\1$REDIS_LOG," $REDIS_CONFIG
sed -i "s,^\(dir\s*\).*$,\1$REDIS_DATA," $REDIS_CONFIG
sed -i "s,^\(dir\s*\).*$,\1$REDIS_DATA," $REDIS_CONFIG