From 540c158bf889d221a900663f0e31fec52d9cfc8e Mon Sep 17 00:00:00 2001 From: Botspot Date: Wed, 22 Sep 2021 09:03:29 -0500 Subject: [PATCH] gui: remove redundant check for updates --- gui | 3 --- 1 file changed, 3 deletions(-) diff --git a/gui b/gui index 68490ae..cd9de3e 100755 --- a/gui +++ b/gui @@ -22,9 +22,6 @@ source "${DIRECTORY}/api" || error "failed to source ${DIRECTORY}/api" generate_logo -#check for updates in background -"${DIRECTORY}/updater" &>/dev/null & - #Variable 1 is used to view the details of the specified app if [ ! -z "$1" ];then app="$1"