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

Return if the installing page isn't found

parent 4770d774
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,10 @@ function before_setup_runs {
curr_language=$(web_admin_get_language_subdir)
if [ ! -f "/usr/share/${PROJECT_NAME}/webadmin/${curr_language}/setup_installing.html" ]; then
return
fi
cp "/usr/share/${PROJECT_NAME}/webadmin/${curr_language}/setup_installing.html" "$webadmin_install_dir/index.html"
# get the username and domain from the setup.txt file
......
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