mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-04 00:02:37 +01:00
5 lines
74 B
Bash
Executable File
5 lines
74 B
Bash
Executable File
if [ "`id -u`" -eq 0 ]; then
|
|
PATH=${PATH}:/opt/cloud/bin
|
|
fi
|
|
export PATH
|