Skip to content

Commit 0603f7b

Browse files
committed
Some logging
1 parent fc7f151 commit 0603f7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/startup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ echo "Setting PHP pm.max_children to ${PHP_WORKER_MAX_CHILDREN}"
8686
sed -i.bak "s/^\(pm.max_children\) = \(.*\)/\1 = ${PHP_WORKER_MAX_CHILDREN}/" \
8787
/etc/php/8.2/fpm/pool.d/www.conf
8888

89+
90+
echo "Using php executable ${TTRSS_PHP_EXECUTABLE}"
91+
8992
# Update schema if necessary
9093
sudo -Eu app ${TTRSS_PHP_EXECUTABLE} $DST_DIR/update.php --update-schema=force-yes
9194

0 commit comments

Comments
 (0)