Update run.sh
This commit is contained in:
4
run.sh
4
run.sh
@@ -15,7 +15,7 @@ if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
|
||||
DISP_HEADER
|
||||
fi
|
||||
if [ "${1}" != "gui" ]; then
|
||||
if [ "${1}" != "q" ]; then
|
||||
if [ "${2}" != "q" ]; then
|
||||
echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}"
|
||||
echo ""
|
||||
fi
|
||||
@@ -39,7 +39,7 @@ if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
|
||||
git pull >/dev/null 2>&1
|
||||
git submodule update --remote >/dev/null 2>&1
|
||||
fi
|
||||
if [ "${1}" != "q" ]; then
|
||||
if [ "${2}" != "q" ]; then
|
||||
echo -en "\e[1A";
|
||||
echo -e "\e[0K\r ${idsCL[Green]}Updates Completed${idsCL[Default]}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user