Update linupx-scripts.sh

This commit is contained in:
2018-03-25 20:51:20 -05:00
parent af80a8852e
commit 7465a9f8e9

View File

@@ -188,7 +188,7 @@ SCRIPT_MENU() {
do
clear
echo ""
echo -e " ${LGreen}L I N U X U P D A T E - S C R I P T S${Color_Off} ${DGray}(ver-3.03182018)${Color_Off}"
echo -e " ${LGreen}L I N U X U P D A T E - S C R I P T S${Color_Off} ${DGray}(ver-3.03252018)${Color_Off}"
echo "-------------------------------------------------------------"
echo " $(hostname --long)"
echo "-------------------------------------------------------------"
@@ -263,9 +263,6 @@ if [ ${action-x} ]; then
exit 1;;
esac
else
if [ -e /opt/LinUPx/upscripts-install.sh ]; then
rm -f /opt/LinUPx/upscripts-install.sh
fi
if [ -e ~/runup.sh ]; then
rm -f ~/runup.sh
ln -s $FOLDER/run.sh /usr/local/bin/runup