diff --git a/health-check.sh b/health-check.sh old mode 100755 new mode 100644 index 0607ec7..62bb0e4 --- a/health-check.sh +++ b/health-check.sh @@ -20,7 +20,7 @@ RCLONE_CONF="${HOME}/.config/rclone/rclone.conf" IS_SPOKE=false IS_HUB=false -if docker ps --format '{{.Names}}' 2>/dev/null | grep -qi autossh || [ -f "$COMPOSE" ]; then +if docker ps --format '{{.Names}}' 2>/dev/null | grep -qi autossh; then IS_SPOKE=true fi