mirror of https://github.com/coddrago/Heroku
Remove useless animation stops when it is already stopped
parent
9333cf2635
commit
4a455714c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue