git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution@94759 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
59cfb523e8
commit
6241c3fc19
|
@ -207,20 +207,10 @@ fi
|
|||
|
||||
if [ -z "$dryrun" ]; then
|
||||
ln -s $shared $ghnhome/lib
|
||||
|
||||
if [ "$?" != "0" ]; then
|
||||
echo -e "\nFailed to create the symlink to $shared folder"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -z "$dryrun" ]; then
|
||||
ln -s $apps $ghnhome/apps
|
||||
|
||||
if [ "$?" != "0" ]; then
|
||||
echo -e "\nFailed to create the symlink to $shared folder"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
echo -e "\ndone.\n"
|
||||
|
|
Loading…
Reference in New Issue