|
@@ -102,7 +102,8 @@ function check_update
|
|
|
|
|
|
|
|
while true; do
|
|
while true; do
|
|
|
|
|
|
|
|
- echo "## heartbeat"
|
|
|
|
|
|
|
+ dt=`date +'%s'`
|
|
|
|
|
+ echo "## [$dt] update_loop: heartbeat"
|
|
|
|
|
|
|
|
#See if we need to spawn our client supervisor
|
|
#See if we need to spawn our client supervisor
|
|
|
if [ ! -f $supervisor_pidfile ]; then
|
|
if [ ! -f $supervisor_pidfile ]; then
|