2010-11-01 10:27:49 -07:00

5 lines
74 B
Bash
Executable File

if [ "`id -u`" -eq 0 ]; then
PATH=${PATH}:/opt/cloud/bin
fi
export PATH