Another php -> php71

This commit is contained in:
Daniel Berteaud 2017-07-13 12:22:11 +02:00
parent c5dec2f000
commit 6d146dc619
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if [ \! -d /var/lib/mysql/$db ]; then
/usr/bin/mysqladmin create $db
/usr/bin/mysql $db < $schema
else
su -s /bin/bash - www -c "cd /usr/share/tt-rss && echo 'yes' | /usr/bin/php ./update.php --update-schema"
su -s /bin/bash - www -c "cd /usr/share/tt-rss && echo 'yes' | /usr/bin/php71 ./update.php --update-schema"
fi
/usr/bin/mysql <<EOF