7 lines
128 B
Bash
Executable File
7 lines
128 B
Bash
Executable File
# /etc/profile.d/e-smith.sh - Custom additions for SME servers
|
|
|
|
if [ "$USER" = "root" ]
|
|
then
|
|
export PATH=/sbin/e-smith:$PATH
|
|
fi
|