diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-07-17 15:51:16 +0500 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-07-17 15:51:16 +0500 |
| commit | 77c67e271d59c1e7c8cdf1c436fbbe7370c645e9 (patch) | |
| tree | 70063aab929f7a3815384746e67509596606e803 /units/user.zsh | |
| parent | e9c9d5caea6786fdaf6aca4a11bf6c46a35f0c8c (diff) | |
units/user: Add target_user variable to fix several commands execution
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'units/user.zsh')
| -rw-r--r-- | units/user.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/units/user.zsh b/units/user.zsh index 8f51403..b776120 100644 --- a/units/user.zsh +++ b/units/user.zsh @@ -2,6 +2,8 @@ # Copyright (C) 2024-2025 Danil Lisin # SPDX-License-Identifier: Apache-2.0 +target_user="${user_id}" + aliases_file="${files}/aliases.txt" blacklist_file="${files}/blacklist.txt" whitelist_file="${files}/whitelist.txt" |
