mirror of
https://github.com/MaksTinyWorkshop/_Assistant_Lead_Tech
synced 2026-04-06 21:41:42 +02:00
fix(env_paths): migrer les chemins Linux vers ~/.config/auto-secrets/
This commit is contained in:
@@ -6,8 +6,8 @@ case "$(uname -s)" in
|
|||||||
export AUTO_SCRIPTS_DIR="$HOME/AI_RULES/Auto_scripts"
|
export AUTO_SCRIPTS_DIR="$HOME/AI_RULES/Auto_scripts"
|
||||||
;;
|
;;
|
||||||
Linux)
|
Linux)
|
||||||
export SECRETS_KDBX="/srv/shared/env/env_and_co.kdbx"
|
export SECRETS_KDBX="$HOME/.config/auto-secrets/env_and_co.kdbx"
|
||||||
export AUTO_SCRIPTS_DIR="/srv/shared/scripts"
|
export AUTO_SCRIPTS_DIR="$HOME/.config/auto-secrets"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "OS non supporté" >&2
|
echo "OS non supporté" >&2
|
||||||
|
|||||||
Reference in New Issue
Block a user