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

Change function name

parent 36d5bb81
No related branches found
No related tags found
Loading
......@@ -409,7 +409,7 @@ function install_lychee_from_repo {
set_completion_param "lychee commit" "$LYCHEE_COMMIT"
}
function lychee_run_installation {
function lychee_create_admin_user {
if [ ! "$LYCHEE_ADMIN_PASSWORD" ]; then
echo $'No lychee database password'
exit 62
......@@ -527,8 +527,8 @@ function install_lychee {
function_check lychee_create_config
lychee_create_config
function_check lychee_run_installation
lychee_run_installation
function_check lychee_create_admin_user
lychee_create_admin_user
increment_app_install_progress
......
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