usr/local/lib
This commit is contained in:
parent
eb9725a2c6
commit
f9baa85fc7
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
RWX_MAIN_FILE_NAME="main.sh"
|
||||
RWX_NAME="sh"
|
||||
|
||||
RWX_ROOT_SYSTEM="/etc/${RWX_NAME}"
|
||||
RWX_ROOT_SYSTEM="/usr/local/lib/${RWX_NAME}"
|
||||
|
||||
RWX_MAIN="${RWX_ROOT_SYSTEM}/${RWX_MAIN_FILE_NAME}"
|
||||
|
||||
|
@ -13,8 +13,8 @@ RWX_MAIN="${RWX_ROOT_SYSTEM}/${RWX_MAIN_FILE_NAME}"
|
|||
# │ variables │
|
||||
# ╰───────────╯
|
||||
|
||||
RWX_SHELL="$(cat "/proc/${$}/comm")"
|
||||
RWX_ROOT_USER="${HOME}/${RWX_NAME}"
|
||||
RWX_SHELL="$(cat "/proc/${$}/comm")"
|
||||
|
||||
# ╭──────────╮
|
||||
# │ internal │
|
||||
|
|
Loading…
Reference in a new issue