mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-06-20 01:44:43 +02:00
up
This commit is contained in:
parent
cdaf5a2f37
commit
67d5953c38
7 changed files with 38 additions and 9 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue