mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
Remove the quotes around the source command
This commit is contained in:
parent
b7f8af5e34
commit
65615ce7e9
@ -1653,10 +1653,11 @@ case "${GO_XCAT_ACTION}" in
|
||||
If this is the very first time xCAT has been installed, run the following
|
||||
commands to set environment variables into your PATH:
|
||||
|
||||
for sh,
|
||||
\`source /etc/profile.d/xcat.sh'
|
||||
or csh,
|
||||
\`source /etc/profile.d/xcat.csh'
|
||||
For sh:
|
||||
source /etc/profile.d/xcat.sh
|
||||
|
||||
For csh:
|
||||
source /etc/profile.d/xcat.csh
|
||||
EOF
|
||||
;;
|
||||
"update")
|
||||
|
Loading…
x
Reference in New Issue
Block a user