From 4a455714c4ed1efcc834a5f0ae4ee3e5f5f1607e Mon Sep 17 00:00:00 2001 From: "hikari.ftg" Date: Thu, 31 Mar 2022 18:32:33 +0000 Subject: [PATCH] Remove useless animation stops when it is already stopped --- install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install.sh b/install.sh index ff32830..118a2c1 100755 --- a/install.sh +++ b/install.sh @@ -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