mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-10-09 17:02:47 +02:00
add stuff in public workflow
This commit is contained in:
parent
a610a9f945
commit
882fd84c96
13 changed files with 466 additions and 4 deletions
12
initialization/partials/check_folder_integrity.sh
Normal file
12
initialization/partials/check_folder_integrity.sh
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# vérifier que les dossiers nécessaires au workflow existent,
|
||||
# les créer au besoin,
|
||||
# alerter sur l'impossibilité de créer en ajoutant une tâche orgmode au dossier de textes
|
||||
#
|
||||
if ! -d $WORKFLOW_PATH ; then
|
||||
echo "création du dossier nextcloud workflow_nextcloud"
|
||||
mkdir -p $WORKFLOW_PATH
|
||||
fi
|
||||
|
||||
mkdir -p $stockage_syncable_folder/www/backup
|
Loading…
Add table
Add a link
Reference in a new issue