From ccce1d5217739e476539a7871e987ac7b0147548 Mon Sep 17 00:00:00 2001 From: faulty Date: Sun, 18 Dec 2022 22:03:55 +0100 Subject: [PATCH] fix stuff --- lib/lib.sh | 2 +- sync.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/lib.sh b/lib/lib.sh index 1798188..a7619e1 100644 --- a/lib/lib.sh +++ b/lib/lib.sh @@ -24,4 +24,4 @@ is_graphical() { command -v $PREF_TERM && return 0 || return 1 } -command -v $SYS_SUDO || $SYS_SUDO="" \ No newline at end of file +command -v $SYS_SUDO || SYS_SUDO="" \ No newline at end of file diff --git a/sync.sh b/sync.sh index 69ed6ae..f6a850e 100755 --- a/sync.sh +++ b/sync.sh @@ -6,7 +6,6 @@ RUN_CMDS=${RUN_CMDS:-yes} PULL_GIT=${PULL_GIT:-yes} . ./lib/lib.sh -. ./sync.conf set -e # Exit on error