cloudstack/patches/systemvm/debian/config/etc/profile.d/cloud.sh

5 lines
74 B
Bash
Executable File

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