Took out spin

This commit is contained in:
root 2024-04-05 15:11:27 +00:00
parent dd242487d5
commit 808b0da580
2 changed files with 1429 additions and 4 deletions

View File

@ -231,8 +231,6 @@ start_service() {
# Start /federated/apps/SERVICE with output to /dev/null
echo -ne "* Starting $SERVICE.."
spin &
SPINPID=$!
if [ $DEBUG ]; then
# Start /federated/apps/SERVICE with output to console for debug
@ -1220,8 +1218,6 @@ check_docker() {
OSRELEASE=`lsb_release -a 2>/dev/null | grep ID | awk -F: '{ print $2 }' | xargs`
echo -ne "\n* Updating OS with the latest patches.."
spin &
SPINPID=$!
# Update OS with latest patches
sudo apt-get update -y &> /dev/null

1429
lib/functions.sh.old Normal file

File diff suppressed because it is too large Load Diff