Skip to content
Snippets Groups Projects
Commit ad6f2c95 authored by kohleman's avatar kohleman
Browse files

cover diefferent ln locations depending on OS

SVN: 17170
parent 61c094c1
No related branches found
No related tags found
No related merge requests found
......@@ -20,14 +20,13 @@ export DSS_PRODUCTIVE=~openbis/sprint/datastore_server/etc/service.properties
export MAIL_LIST="manuel.kohler@bsse.ethz.ch"
export BOX=`uname -n`
export PLATFORM=`uname -s`
export LN=/usr/bin/ln
#if [ $PLATFORM = "SunOS" ];
#then
# export MAILX="/usr/bin/mailx"
#else
# export MAILX="/bin/mail"
#fi
if [ $PLATFORM = "SunOS" ];
then
export LN=/usr/bin/ln
else
export LN=/bin/ln
fi
umask 077
......
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