diff --git a/setup_law_c7_v2.sh b/setup_law_c7_v2.sh
index dd8d93006866b3a5565a7fdeb93c708837b089be..38e7a05c130017f5af56df9ba3a5e3aca59b1266 100644
--- a/setup_law_c7_v2.sh
+++ b/setup_law_c7_v2.sh
@@ -17,18 +17,6 @@ action() {
     # lcg software stack with python3 and gcc11 (use the same one as for cvmfs install of NNLOJET & APPLfast)
     source /cvmfs/sft.cern.ch/lcg/views/LCG_102/x86_64-centos7-gcc11-opt/setup.sh
 
-    # grid storage interface with gfal2, if required
-    # SLC6
-    # source /cvmfs/grid.cern.ch/emi3ui-latest/etc/profile.d/setup-ui-example.sh
-    # C7
-    # source /cvmfs/grid.cern.ch/umd-c7ui-latest/etc/profile.d/setup-c7-ui-example.sh
-    # C7 with python3
-    # source /cvmfs/grid.cern.ch/centos7-ui-200122/etc/profile.d/setup-c7-ui-python3-example.sh
-    source /cvmfs/grid.cern.ch/centos7-ui-160522/etc/profile.d/setup-c7-ui-python3-example.sh
-    #
-    # Proxy location on afs required by lxplus if using grid storage
-    # export X509_USER_PROXY=/afs/cern.ch/user/k/krabbert/tmp/x509up_u7747
-
     # fastNLO tools (perl and python scripts)
     # Required to merge fastwarm results or for plotting (needs python3, matplotlib3, numpy, scipy)
     # Add local paths to git checkout, e.g.
@@ -66,6 +54,18 @@ action() {
     # Use new modified nnlojet merging from fastNLO git
     export PATH="$gitpath/tools/nnlojet:$PATH"
 
+    # grid storage interface with gfal2, if required
+    # SLC6
+    # source /cvmfs/grid.cern.ch/emi3ui-latest/etc/profile.d/setup-ui-example.sh
+    # C7
+    # source /cvmfs/grid.cern.ch/umd-c7ui-latest/etc/profile.d/setup-c7-ui-example.sh
+    # C7 with python3
+    # source /cvmfs/grid.cern.ch/centos7-ui-200122/etc/profile.d/setup-c7-ui-python3-example.sh
+    source /cvmfs/grid.cern.ch/centos7-ui-160522/etc/profile.d/setup-c7-ui-python3-example.sh
+    #
+    # Proxy location on afs required by lxplus if using grid storage
+    # export X509_USER_PROXY=/afs/cern.ch/user/k/krabbert/tmp/x509up_u7747
+
     source "$( law completion )"
 }
 action