--- mage/branches/alx-0_6_0/profiles/alx-060/forced-uninstall 2011/08/11 14:51:25 2734 +++ mage/branches/alx-0_6_0/profiles/alx-060/forced-uninstall 2011/08/11 16:41:47 2741 @@ -110,7 +110,7 @@ then echo "fixing missing /dev/root symlink ..." rootdev=$(basename $(mount | grep ' / ' | cut -d' ' -f1)) - [[ ! -e /dev/${rootdev} ]] && ln -snf ${rootdev} /dev/root + [[ -e /dev/${rootdev} ]] && ln -snf ${rootdev} /dev/root fi # update mage3 -> mage4