Update linupx-scripts.sh

This commit is contained in:
2019-01-28 12:00:59 -06:00
parent 7407945da0
commit 9b643867e3

View File

@@ -462,18 +462,6 @@ if [ ${action-x} ]; then
# exit 1;;
esac
else
if [ -e ~/runup.sh ]; then
rm -f ~/runup.sh
ln -s $FOLDER/run.sh /usr/local/bin/runup
echo ""
echo ""
echo -e "${BBlue}NOTICE:${Color_Off} To start this program from now on, simply execute the command ${Green}runup${Color_Off}."
echo -e "${BBlue}NOTICE:${Color_Off} The ~/runup.sh command will no longer work."
echo ""
echo ""
read -n 1 -s -p "Press any key to continue"
fi
SCRIPT_MENU
fi