diff --git a/configure.sh b/configure.sh index 9af244f..950f3d1 100755 --- a/configure.sh +++ b/configure.sh @@ -23,6 +23,7 @@ fi # Setup redis sessions if [-n $"TM_REDIS_HOST" ] +then echo session.save_handler = redis | tee -a /etc/php/8.2/apache2/php.ini | tee -a /etc/php/8.2/cli/php.ini echo session.save_path = "tcp://\${TM_REDIS_HOST}:6379" | tee -a /etc/php/8.2/apache2/php.ini | tee -a /etc/php/8.2/cli/php.ini -then +fi