fix(env_paths): migrer les chemins Linux vers ~/.config/auto-secrets/

This commit is contained in:
MaksTinyWorkshop
2026-03-26 17:56:22 +01:00
parent df1ffb4892
commit 83ca6c8bb0

View File

@@ -6,8 +6,8 @@ case "$(uname -s)" in
export AUTO_SCRIPTS_DIR="$HOME/AI_RULES/Auto_scripts"
;;
Linux)
export SECRETS_KDBX="/srv/shared/env/env_and_co.kdbx"
export AUTO_SCRIPTS_DIR="/srv/shared/scripts"
export SECRETS_KDBX="$HOME/.config/auto-secrets/env_and_co.kdbx"
export AUTO_SCRIPTS_DIR="$HOME/.config/auto-secrets"
;;
*)
echo "OS non supporté" >&2