Skip to content
Snippets Groups Projects
Commit 8ae23442 authored by Laura Nervo's avatar Laura Nervo Committed by Nicola Vigano
Browse files

DCTuser_setup.sh : Added lines to .bashrc_private to source fable script


Signed-off-by: default avatarLaura Nervo <laura.nervo@esrf.fr>

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@962 4c865b51-4357-4376-afb4-474e03ccb993
parent d1dbac8f
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,10 @@ fi
# Append setup lines to .bashrc_private
echo -n "Appending setup lines to your .bashrc_private file... "
cat ${DCT_DIR}/zUtil_Conf/bashrc.example >> ~/.bashrc_private
echo -e '\n# special for ID11:
source /sware/exp/fable/bin/fable.bash' >> ~/.bashrc_private
echo -e '\n[ -f /sware/exp/fable/bin/fable.bash ]
&& . /sware/exp/fable/bin/fable.bash' >> ~/.bashrc_private
echo "Done."
# Ask if the user wants to use this version by default
......
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