Skip to content
Snippets Groups Projects
Commit a426087b authored by Fabio Hernandez's avatar Fabio Hernandez
Browse files

Improve usability

parent de07fdbe
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,10 @@ defaultDeployDir='/pbs/throng/lsst/software/arc6-client'
# Target directory to deploy to
#
deployDir=${1:-${defaultDeployDir}}
if [[ ! -d ${deployDir} ]]; then
echo "${thisScript}: could not find deploy directory ${deployDir}"
exit 1
fi
#
# Pack and copy the relevant files to the target directory
......
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