zzz_evobackup.sh: LIBDIR="/usr/local/lib/evobackup"
All checks were successful
gitea/evobackup/pipeline/head This commit looks good

This commit is contained in:
Jérémy Lecour 2023-03-22 14:11:03 +01:00 committed by Jérémy Lecour
parent 5aeba28d5c
commit 70e541dd6d

View file

@ -261,7 +261,7 @@ setup_custom() {
########## Libraries ################################################## ########## Libraries ##################################################
# Change this to wherever you install the libraries # Change this to wherever you install the libraries
LIBDIR="./lib" LIBDIR="/usr/local/lib/evobackup"
source "${LIBDIR}/main.sh" source "${LIBDIR}/main.sh"