shell-base/install/files/root/.profile
kebler.net bcba8bbfd4 refactor shell install scripts
add bindfs and new dir_copy script
2023-01-18 16:50:31 -08:00

7 lines
359 B
Bash

## 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