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