Took out spin
This commit is contained in:
parent
dd242487d5
commit
808b0da580
@ -231,8 +231,6 @@ start_service() {
|
|||||||
|
|
||||||
# Start /federated/apps/SERVICE with output to /dev/null
|
# Start /federated/apps/SERVICE with output to /dev/null
|
||||||
echo -ne "* Starting $SERVICE.."
|
echo -ne "* Starting $SERVICE.."
|
||||||
spin &
|
|
||||||
SPINPID=$!
|
|
||||||
|
|
||||||
if [ $DEBUG ]; then
|
if [ $DEBUG ]; then
|
||||||
# Start /federated/apps/SERVICE with output to console for debug
|
# 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`
|
OSRELEASE=`lsb_release -a 2>/dev/null | grep ID | awk -F: '{ print $2 }' | xargs`
|
||||||
|
|
||||||
echo -ne "\n* Updating OS with the latest patches.."
|
echo -ne "\n* Updating OS with the latest patches.."
|
||||||
spin &
|
|
||||||
SPINPID=$!
|
|
||||||
|
|
||||||
# Update OS with latest patches
|
# Update OS with latest patches
|
||||||
sudo apt-get update -y &> /dev/null
|
sudo apt-get update -y &> /dev/null
|
||||||
|
1429
lib/functions.sh.old
Normal file
1429
lib/functions.sh.old
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user