Bug #321
Syntax error in documentation
Status: | Closed | Start date: | 08/23/2010 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | - | |||
Target version: | - | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: |
Description
On the documentation page http://opennebula.org/documentation:rel1.4:cong at the end,
in the example init.sh script, there is a syntax error. A `then` is missing in the condition.
if [ -f /mnt/context.sh ]; then
. /mnt/context.sh
fi
History
#1 Updated by Jaime Melis almost 11 years ago
- Resolution set to fixed
Fixed. Thanks for reporting the typo.
#2 Updated by Jaime Melis almost 11 years ago
- % Done changed from 0 to 100
#3 Updated by Alexandre Joseph almost 11 years ago
I've just see after reporting this typo that there is the same error in that launch the contextualization (the script just above the init.sh script).
#4 Updated by Jaime Melis almost 11 years ago
- Status changed from New to Closed