fix: install
fix typo
This commit is contained in:
@@ -17,7 +17,7 @@ print "Updating migrations and setting permissions for data folder".PHP_EOL;
|
|||||||
// import reference material
|
// import reference material
|
||||||
|
|
||||||
print "Importing Bible and Eccumenical Creeds".PHP_EOL;
|
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/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/Athanasian 'Athanasian Creed' creed ath`;
|
||||||
`symfony console app:import-ref /var/www/html/references/creeds/Chalcedon 'Definition of Chalcedon' creed dc`;
|
`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}`;
|
`symfony console app:import-wlc /var/www/html/references/wlc 'Westminster Larger' wlc WLC{\$ndx}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
$helviticConfessions = (
|
$helveticConfessions = (
|
||||||
strtolower(
|
strtolower(
|
||||||
readline("Do you want to import the Helvetic Confessions (1st & 2nd) (y/n)? ")
|
readline("Do you want to import the Helvetic Confessions (1st & 2nd) (y/n)? ")
|
||||||
) == 'y'
|
) == 'y'
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($helviticConfessions) {
|
if ($helveticConfessions) {
|
||||||
print "Importing Helvitic standards".PHP_EOL;
|
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/fhc 'First Helvetic Confession' 1hc 1HC{\$ndx}`;
|
||||||
`symfony console app:import-ref /var/www/html/references/shc 'Second Helvetic Confession' 2hc 2HC{\$ndx}`;
|
`symfony console app:import-ref /var/www/html/references/shc 'Second Helvetic Confession' 2hc 2HC{\$ndx}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user