From 5f6d07d810f0f5a4a3b5844dc09f37978ee1fc8e Mon Sep 17 00:00:00 2001
From: Camilla Galloni <camilla.galloni@cern.ch>
Date: Wed, 10 Apr 2024 09:24:00 +0200
Subject: [PATCH] Fix a leftover command order problem

---
 docs/operations/taking-data.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/operations/taking-data.md b/docs/operations/taking-data.md
index 8deae31..eed30ca 100644
--- a/docs/operations/taking-data.md
+++ b/docs/operations/taking-data.md
@@ -60,10 +60,10 @@ At these point analyze the scan using the command `gemos analyze sbit` from the
 
 At these point analyze the scan using the command :
 
-`sudo -u gemdoc -i`
-
 `ssh gemvm-control`
 
+`sudo -u gemdoc -i`
+
 `gem-find-dead-channel -r E.DDDD.SSSSSL` 
 
 from the terminal of `cmsusr`. When done without error messages, you can find results in Today's VFATs point at [GEM Grafana Dead Channels Trends](https://cmsgemonline-monitoring.app.cern.ch/d/Trh6MZd4k/dead-channels-trends?orgId=1).
-- 
GitLab