| … | |
… | |
| 26 | #source /etc/profile |
26 | #source /etc/profile |
| 27 | |
27 | |
| 28 | ( |
28 | ( |
| 29 | [[ ${NOCOLOR} == "true" || ${NOCOLOR} == "yes" || ${NOCOLOR} == "1" ]] && \ |
29 | [[ ${NOCOLOR} == "true" || ${NOCOLOR} == "yes" || ${NOCOLOR} == "1" ]] && \ |
| 30 | export RC_NOCOLOR="yes" |
30 | export RC_NOCOLOR="yes" |
| 31 | source /sbin/functions.sh |
31 | source /etc/init.d/functions.sh |
| 32 | echo |
32 | echo |
| 33 | einfo "Loading sandboxed shell" |
33 | einfo "Loading sandboxed shell" |
| 34 | einfo " Log File: ${SANDBOX_LOG}" |
34 | einfo " Log File: ${SANDBOX_LOG}" |
| 35 | if [[ -n ${SANDBOX_DEBUG_LOG} ]] ; then |
35 | if [[ -n ${SANDBOX_DEBUG_LOG} ]] ; then |
| 36 | einfo " Debug Log File: ${SANDBOX_DEBUG_LOG}" |
36 | einfo " Debug Log File: ${SANDBOX_DEBUG_LOG}" |