8 lines
359 B
Plaintext
8 lines
359 B
Plaintext
|
## This .profile is for use ONLY! with UCI bash shell system
|
||
|
# this is only sourced for non bash login shell which should never happen
|
||
|
|
||
|
echo /root/.profile being sourced
|
||
|
echo WARNING: /root/.profile should never be sourced for root
|
||
|
[[ ! -f /root/.bash_profile ]] && echo unless .bash_profile does not exist which it does not!
|
||
|
echo corrective action required
|