projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d08dd53
)
Update launcher
author
Régis Hanol
<regis@hanol.fr>
Mon, 16 Dec 2013 16:42:21 +0000
(17:42 +0100)
committer
Régis Hanol
<regis@hanol.fr>
Mon, 16 Dec 2013 16:42:21 +0000
(17:42 +0100)
typo
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index 5755940d4de22c9d55a09d02e69cbf40a30da2e3..77b3fa9f407c6915b1ea82bfd77a3947da80babe 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-146,7
+146,7
@@
case "$command" in
docker commit `cat $cidbootstrap` $local_discourse/$config || echo 'FAILED TO COMMIT'
docker rm `cat $cidbootstrap` && rm $cidbootstrap
- echo "Successfully bootstrappd, to starup use ./launcher start $config"
+ echo "Successfully bootstrappd, to star
t
up use ./launcher start $config"
exit 0
;;