diff --git a/distro/contents/install b/distro/contents/install index 7b28442..5d552ce 100755 --- a/distro/contents/install +++ b/distro/contents/install @@ -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"