mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-06-20 01:44:43 +02:00
up docs
This commit is contained in:
parent
9ee0d820cb
commit
123aad138c
8 changed files with 30 additions and 35 deletions
|
@ -43,7 +43,7 @@ if [ -z ${load_only_once+x} ]; then
|
|||
export ARCHIVE_SYNCABLE=$stockage_syncable_folder # place where we have our things sorted, other than home
|
||||
export BORG_PASSCOMMAND="cat $ARCHIVE_SYNCABLE/.tk-borg-passphrase-light" # get the borg repo pass
|
||||
|
||||
export a_dispatcher="$ARCHIVE_SYNCABLE/photos/a_dispatcher" # dossier où sont stockées les photos en provenance du smartphone
|
||||
export a_dispatcher="$ARCHIVE_SYNCABLE/photos/a_dispatcher" # dossier où sont stockées les photos en provenance du smartphone
|
||||
export PHOTOS_TO_DISPATCH="$a_dispatcher"
|
||||
export PHOTOS_FOLDER="$ARCHIVE_SYNCABLE/photos/"
|
||||
|
||||
|
@ -64,7 +64,7 @@ if [ -z ${load_only_once+x} ]; then
|
|||
export PATH=$WORKFLOW_PATH:$PATH
|
||||
|
||||
|
||||
########## colors for logging #########
|
||||
########## colors for logging #########
|
||||
# https://wiki.archlinux.org/title/Bash/Prompt_customization#List_of_colors_for_prompt_and_Bash
|
||||
#
|
||||
# echo -e "${txtred}asd${txtwht}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue