lf
This commit is contained in:
parent
f2ae14fe23
commit
6d33252ea4
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,9 @@ rwx_self_install() {
|
||||||
# sh
|
# sh
|
||||||
file="${target}/etc/profile.d/${RWX_SELF_NAME}.sh"
|
file="${target}/etc/profile.d/${RWX_SELF_NAME}.sh"
|
||||||
rwx_remove "${file}"
|
rwx_remove "${file}"
|
||||||
rwx_file_write "${file}" "export ENV=\"${RWX_MAIN_PATH}\""
|
rwx_file_write "${file}" "\
|
||||||
|
export ENV=\"${RWX_MAIN_PATH}\"
|
||||||
|
"
|
||||||
# bash
|
# bash
|
||||||
file="${target}/etc/bash.bashrc"
|
file="${target}/etc/bash.bashrc"
|
||||||
rwx_remove "${file}"
|
rwx_remove "${file}"
|
||||||
|
|
Loading…
Reference in a new issue