We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32dfeb7 commit dd9badbCopy full SHA for dd9badb
docker/pypi/wmagent/bin/manage
@@ -1,12 +1,12 @@
1
#!/bin/bash
2
3
-### The main manage script for WMAgent
4
-WMCoreVersion=$(python -c "from WMCore import __version__ as WMCoreVersion; print(WMCoreVersion)")
5
-
6
# Load common definitions and environment:
7
source $WMA_DEPLOY_DIR/bin/manage-common.sh
8
source $WMA_ENV_FILE
9
+### The main manage script for WMAgent
+WMCoreVersion=$(python -c "from WMCore import __version__ as WMCoreVersion; print(WMCoreVersion)")
+
10
#
11
# Global variables etc
12
0 commit comments