Code Review
/
smo
/
o2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4df8878
)
Fix syntax error of Tacker install script
80/11280/1
author
Ayumu Ueha
<ueha.ayumu@jp.fujitsu.com>
Wed, 7 Jun 2023 12:46:46 +0000
(12:46 +0000)
committer
Ayumu Ueha
<ueha.ayumu@jp.fujitsu.com>
Wed, 7 Jun 2023 12:46:46 +0000
(12:46 +0000)
Issue-ID: SMO-132
Signed-off-by: Ayumu Ueha <ueha.ayumu@jp.fujitsu.com>
Change-Id: I13881ca1e6a1de8baba64705903a7f91774674a5
tacker/scripts/install.sh
patch
|
blob
|
history
diff --git
a/tacker/scripts/install.sh
b/tacker/scripts/install.sh
index
87d2c74
..
7556901
100755
(executable)
--- a/
tacker/scripts/install.sh
+++ b/
tacker/scripts/install.sh
@@
-8,7
+8,7
@@
then
fi
if [ $# != 1 ]; then
- echo
Parameter error: usage: ./install.sh <HOST_IP>
+ echo
"Parameter error: usage: ./install.sh <HOST_IP>"
exit 1
fi