fix typo
This commit is contained in:
parent
e96febfb23
commit
bcda67054f
@ -5,7 +5,7 @@
|
|||||||
/usr/local/bin/gomplate -V -o /var/www/app/constants.local.php -f /etc/templates/constants.local.php.tmpl
|
/usr/local/bin/gomplate -V -o /var/www/app/constants.local.php -f /etc/templates/constants.local.php.tmpl
|
||||||
|
|
||||||
printf "\nPrepare FreshRSS...\n"
|
printf "\nPrepare FreshRSS...\n"
|
||||||
PREP=$(/usr/bin/phpp -f ./cli/prepare.php)
|
PREP=$(/usr/bin/php -f ./cli/prepare.php)
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo $PREP
|
echo $PREP
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user