Stop loading animation when setup interface is started

pull/1/head
hikari.ftg 2022-03-31 18:29:05 +00:00
parent c40b8e016e
commit 9333cf2635
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ runin ${SUDO_CMD}"python$PYVER" -m pip install -r requirements.txt --upgrade --u
exit 4
}
endspin "Installation successful. Launching setup interface..."
BLA::stop_loading_animation
rm -f ../hikka-install.log
touch .setup_complete
# shellcheck disable=SC2086,SC2015