This commit is contained in:
Andrea Manzi 2014-04-11 10:49:59 +00:00
parent 59cfb523e8
commit 6241c3fc19
1 changed files with 0 additions and 10 deletions

View File

@ -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"