smeserver-base/root/etc/profile.d/e-smith.sh

7 lines
128 B
Bash
Raw Normal View History

# /etc/profile.d/e-smith.sh - Custom additions for SME servers
if [ "$USER" = "root" ]
then
export PATH=/sbin/e-smith:$PATH
fi