make restoring node more clear

This commit is contained in:
AJ ONeal 2015-01-15 16:05:06 -07:00
parent e2974cc962
commit 984b6135f7
1 changed files with 3 additions and 2 deletions

View File

@ -237,10 +237,11 @@ elif [ "$(node -v 2>/dev/null)" != "$(iojs -v 2>/dev/null)" ]; then
echo "(copy it back after the install to maintain node.js and io.js separately)"
echo ""
sleep 3
echo "################################################################################"
echo sudo mv "$(which node)" "$(which node).$(node -v)"
echo "################################################################################"
sudo mv "$(which node)" "$(which node).$(node -v)"
echo "################################################################################"
echo "to restore backup: sudo rsync -a '$(which node).$(node -v)' '$(which node)'
echo "################################################################################"
echo ""
fi