From c10e829a6c4e92f26346d6a5aeabab8369d30cbf Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 17 Apr 2020 11:06:31 +0200 Subject: [PATCH] update.sh: Do not exit GUI cause the command fails --- playbook/update.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/playbook/update.sh b/playbook/update.sh index cfb3d90..6ae1e7b 100644 --- a/playbook/update.sh +++ b/playbook/update.sh @@ -5,8 +5,6 @@ GIT_URL="https://git.banananet.work/zocker/imageviewer.git" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"; source "$DIR/_common.sh"; -echo "Beende grafische Benutzeroberfläche ..."; -systemctl stop lightdm; echo "Lade Updates herunter ..." dir="$(mktemp -d)"; if ! git clone --depth 1 "$GIT_URL" "$dir"; then