From 0f0b328f27a5f23e3b3b90fdddd2f6686414799f Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 2 Jan 2024 12:11:55 +0100 Subject: [PATCH] include main.sh in evobackupctl --- client/bin/evobackupctl | 4 ++-- client/lib/main.sh | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/client/bin/evobackupctl b/client/bin/evobackupctl index 4942ba3..f8d68c3 100644 --- a/client/bin/evobackupctl +++ b/client/bin/evobackupctl @@ -1,7 +1,5 @@ #!/bin/bash -readonly VERSION="23.12-pre" - # shellcheck disable=SC2155 readonly PROGNAME=$(basename "${0}") # shellcheck disable=SC2155 @@ -12,6 +10,8 @@ readonly ARGS=$@ # Change this to wherever you install the libraries readonly LIBDIR="/usr/local/lib/evobackup" +source "${LIBDIR}/main.sh" + show_version() { cat <