Skip to content
Snippets Groups Projects
Commit a4b337be authored by kpetersn's avatar kpetersn
Browse files

Removed the check for the training dir; mkdir does nothing if the directories...

Removed the check for the training dir; mkdir does nothing if the directories already exist, so it is always safe to run the command.
parent fb62ce41
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,6 @@
# Quickstart script for Practical Beamline Controls Training Session 2: IOC Deployment and Troubleshooting
#
if [ -d "${HOME}/PET-S2" ]
then
echo "${HOME}/PET-S2 already exists. Rename it and rerun this script."
exit 1
fi
EPICS_HOST_ARCH=`uname -r | sed -e 's/.*el\([6789]\).*/rhel\1-x86_64/g'`
# Alternate EPICS_HOST_ARCH approach:
#!RHEL_MAJOR_VERSION=`facter operatingsystemrelease | colrm 2`
......
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