Minor update

This commit is contained in:
joglomedia
2019-07-12 11:37:38 +07:00
parent 0b7249ef03
commit cccbe96ab6

View File

@@ -31,7 +31,7 @@ if [[ "$INSTALL_REDIS" == Y* || "$INSTALL_REDIS" == y* ]]; then
echo -e "\nInstalling Redis server and Redis PHP module...\n"
# Add Redis repos
run add-apt-repository -y ppa:chris-lea/redis-server
run add-apt-repository -y ppa:chris-lea/redis-server >> lemper.log 2>&1
run apt-get update -y >> lemper.log 2>&1
# Install Redis