fix: pi settings sync

This commit is contained in:
sascha.koenig
2026-04-17 06:06:21 +02:00
parent 8feaaa2845
commit c454433448
13 changed files with 15 additions and 45 deletions

View File

@@ -60,6 +60,19 @@ in
cwd="$1"
shift
# Parse forwarded environment variables from wrapper (KEY=VALUE)
while [ "$#" -gt 0 ]; do
case "$1" in
TERM=*|LANG=*|LC_ALL=*|LC_CTYPE=*|COLORTERM=*|TERM_PROGRAM=*)
export "$1"
shift
;;
*)
break
;;
esac
done
resolve_user_policy() {
local user="$1"
USER_CONFIG_PATH=""