Skip to content
Snippets Groups Projects
Commit ccc52eec authored by Fabrice Le Goff's avatar Fabrice Le Goff
Browse files

silence ls in script_setup.sh

parent 8f0cda92
No related branches found
Tags CastorScript-03-00-04
No related merge requests found
Pipeline #2063169 failed
......@@ -20,7 +20,7 @@ if grep -i centos /etc/redhat-release &>/dev/null; then
# Extend python path for externals (mailinglogger)
EXTERNAL_PYTHON_DIR="/sw/atlas/tdaq/$TDAQ_RELEASE/installed/external/$CMTCONFIG/lib/python3.7/site-packages/"
if ! ls $EXTERNAL_PYTHON_DIR; then
if ! ls $EXTERNAL_PYTHON_DIR &>/dev/null; then
echo "error: cannot find external python packages in $EXTERNAL_PYTHON_DIR"
return 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment