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 <