Update run.sh

This commit is contained in:
2019-07-25 22:32:16 -05:00
parent 807876d2f5
commit eea6a0eda2

2
run.sh
View File

@@ -14,7 +14,7 @@ if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
# if [ "${1}" = "gui" ]; then
# DISP_HEADER
# fi
if [ "${1}" != "gui" ]; then
if [ "${1}" != "guiX" ]; then
if [ "${2}" != "q" ]; then
echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}"
echo ""