From bcda67054f9163f8ea087ebb50eb35865a7a4571 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 3 Oct 2019 14:10:42 +0200 Subject: [PATCH] fix typo --- overlay/usr/local/bin/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/usr/local/bin/entrypoint.sh b/overlay/usr/local/bin/entrypoint.sh index 074f756..a584526 100755 --- a/overlay/usr/local/bin/entrypoint.sh +++ b/overlay/usr/local/bin/entrypoint.sh @@ -5,7 +5,7 @@ /usr/local/bin/gomplate -V -o /var/www/app/constants.local.php -f /etc/templates/constants.local.php.tmpl printf "\nPrepare FreshRSS...\n" -PREP=$(/usr/bin/phpp -f ./cli/prepare.php) +PREP=$(/usr/bin/php -f ./cli/prepare.php) if [ $? -ne 0 ]; then echo $PREP exit 1