mirror of https://github.com/coddrago/Heroku
Stop loading animation when setup interface is started
parent
c40b8e016e
commit
9333cf2635
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue