This commit is contained in:
Tykayn 2024-02-14 16:41:33 +01:00 committed by tykayn
parent cdaf5a2f37
commit 67d5953c38
7 changed files with 38 additions and 9 deletions

View file

@ -4,6 +4,10 @@
# source ~/Nextcloud/ressources/workflow_nextcloud/public_workflow/workflow_variables.sh
#
#
export debug=true
if [ "$debug" = true ]; then
echo "# chargement des variables de workflow"
fi
export main_user="tykayn"
@ -83,4 +87,8 @@ exclude_opts=()
export exclude_opts
bash $WORKFLOW_PATH_PUBLIC/variables.sh
if [ "$debug" = true ]; then
echo "# chargement des variables de workflow OK --------"
fi
source $WORKFLOW_PATH_PUBLIC/variables.sh