From 70e541dd6d23c430fe5bd775fffc2041a0a1df1f Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 22 Mar 2023 14:11:03 +0100 Subject: [PATCH] zzz_evobackup.sh: LIBDIR="/usr/local/lib/evobackup" --- client/zzz_evobackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/zzz_evobackup.sh b/client/zzz_evobackup.sh index 6b2dcba..f6bf335 100644 --- a/client/zzz_evobackup.sh +++ b/client/zzz_evobackup.sh @@ -261,7 +261,7 @@ setup_custom() { ########## Libraries ################################################## # Change this to wherever you install the libraries -LIBDIR="./lib" +LIBDIR="/usr/local/lib/evobackup" source "${LIBDIR}/main.sh"