diff --git a/install.php b/install.php index d9d463c..b4ccdcd 100755 --- a/install.php +++ b/install.php @@ -17,7 +17,7 @@ print "Updating migrations and setting permissions for data folder".PHP_EOL; // import reference material print "Importing Bible and Eccumenical Creeds".PHP_EOL; -`symfony console app:ingest-bible /var/www/html/reference/esv-bible`; +`symfony console app:ingest-bible /var/www/html/references/esv-bible`; `symfony console app:import-ref /var/www/html/references/creeds/Apostles 'Apostles Creed' creed apc`; `symfony console app:import-ref /var/www/html/references/creeds/Athanasian 'Athanasian Creed' creed ath`; `symfony console app:import-ref /var/www/html/references/creeds/Chalcedon 'Definition of Chalcedon' creed dc`; @@ -50,13 +50,13 @@ if ($westminsterStandards) { `symfony console app:import-wlc /var/www/html/references/wlc 'Westminster Larger' wlc WLC{\$ndx}`; } -$helviticConfessions = ( +$helveticConfessions = ( strtolower( readline("Do you want to import the Helvetic Confessions (1st & 2nd) (y/n)? ") ) == 'y' ); -if ($helviticConfessions) { +if ($helveticConfessions) { print "Importing Helvitic standards".PHP_EOL; `symfony console app:import-ref /var/www/html/references/fhc 'First Helvetic Confession' 1hc 1HC{\$ndx}`; `symfony console app:import-ref /var/www/html/references/shc 'Second Helvetic Confession' 2hc 2HC{\$ndx}`;