Update build.func

tweak
This commit is contained in:
tteckster 2024-01-13 21:11:58 -05:00 committed by GitHub
parent 242dfe8f73
commit 3c515e9f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -474,6 +474,7 @@ start() {
echo -e "⚠ User exited script \n"
exit
fi
SPINNER_PID=""
install_script
fi
@ -590,4 +591,4 @@ description() {
if [[ -f /etc/systemd/system/ping-instances.service ]]; then
systemctl start ping-instances.service
fi
}
}