Skip to content
Snippets Groups Projects
Commit 22ba4ad2 authored by Bob Mottram's avatar Bob Mottram
Browse files

set lychee table names

parent ab0d655c
No related branches found
No related tags found
No related merge requests found
......@@ -390,9 +390,11 @@ function lychee_run_installation {
exit 62
fi
cd "/var/www/${LYCHEE_DOMAIN_NAME}/htdocs/php/database" || exit 27
sed -i 's|?|lychee_log|g' log_table.sql
initialise_database lychee log_table.sql
sed -i 's|?|lychee_photos|g' photos_table.sql
initialise_database lychee photos_table.sql
initialise_database lychee settings_table.sql
sed -i 's|?|lychee_settings|g' settings_table.sql
initialise_database lychee settings_table.sql
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment