From 9b643867e3327b8ae056dd231d2f255781dfd636 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 12:00:59 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 19df110..db1c797 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -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