Skip to content

Commit 9733da5

Browse files
committed
Forgotten file
1 parent 15dae13 commit 9733da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/startup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ done
8080
# Configure PHP
8181
echo "Setting PHP memory_limit to ${PHP_WORKER_MEMORY_LIMIT}"
8282
sed -i.bak "s/^\(memory_limit\) = \(.*\)/\1 = ${PHP_WORKER_MEMORY_LIMIT}/" \
83-
/etc/php/8.1/fpm/php.ini
83+
/etc/php/8.2/fpm/php.ini
8484

8585
echo "Setting PHP pm.max_children to ${PHP_WORKER_MAX_CHILDREN}"
8686
sed -i.bak "s/^\(pm.max_children\) = \(.*\)/\1 = ${PHP_WORKER_MAX_CHILDREN}/" \
87-
/etc/php/8.1/fpm/pool.d/www.conf
87+
/etc/php/8.2/fpm/pool.d/www.conf
8888

8989
# Update schema if necessary
9090
sudo -Eu app ${TTRSS_PHP_EXECUTABLE} $DST_DIR/update.php --update-schema=force-yes

0 commit comments

Comments
 (0)