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

webadmin install counter

parent eee70dbe
No related branches found
No related tags found
No related merge requests found
......@@ -882,7 +882,7 @@ function update_progress_bar {
if [ ! -f /root/.install_counter ]; then
echo -n '1' > /root/.install_counter
fi
max_counter=267
max_counter=273
installing_page="$webadmin_install_dir/setup_installing.html"
progress_counter=$(cat /root/.install_counter)
progress_percent=$((progress_counter * 100 / max_counter))
......
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