From e7c64a5a13213bdeabd4c5dc329e2fd36e59cd82 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Sat, 13 Jun 2026 13:41:48 -0400 Subject: [PATCH] upd: install script fix import-bible fix import-heidelberg --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 install.php diff --git a/install.php b/install.php old mode 100755 new mode 100644 index fda8952..ed4fc6b --- a/install.php +++ b/install.php @@ -17,7 +17,7 @@ shell_exec("chown -R www-data:www-data /data /var/www/html/var/cache"); // import reference material print "Importing Bible and Eccumenical Creeds".PHP_EOL; -shell_exec("symfony console app:ingest-bible /var/www/html/references/esv-bible"); +shell_exec("symfony console app:import-bible /var/www/html/references/esv-bible"); shell_exec("symfony console app:import-ref /var/www/html/references/creeds/Apostles 'Apostles Creed' creed apc"); shell_exec("symfony console app:import-ref /var/www/html/references/creeds/Athanasian 'Athanasian Creed' creed ath"); shell_exec("symfony console app:import-ref /var/www/html/references/creeds/Chalcedon 'Definition of Chalcedon' creed dc"); @@ -33,7 +33,7 @@ $dutchStandards = ( if ($dutchStandards) { print "Importing Dutch Standards".PHP_EOL; shell_exec("symfony console app:import-ref /var/www/html/references/bc Belgic belgic BC{\$ndx}"); - shell_exec("symfony console app:import-heidelberg"); + shell_exec("symfony console app:import-heidelberg /var/www/html/references/hc"); shell_exec("symfony console app:import-ref /var/www/html/references/cd Canons cd CD"); }