Remove useless animation stops when it is already stopped

pull/1/head
hikari.ftg 2022-03-31 18:32:33 +00:00
parent 9333cf2635
commit 4a455714c4
1 changed files with 1 additions and 4 deletions

View File

@ -236,14 +236,11 @@ 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
BLA::stop_loading_animation
# shellcheck disable=SC2086,SC2015
${SUDO_CMD}"python$PYVER" -m hikka "$@" || {
echo "Python scripts failed"
BLA::stop_loading_animation
exit 5
}
BLA::stop_loading_animation