From: Ker Ruben Ramos Date: Mon, 16 Feb 2015 20:57:32 +0000 (+0800) Subject: Update launcher X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5201a40c070aa38e81453c7596d27296d3cf66b6;p=discourse_docker.git Update launcher just a typo --- diff --git a/launcher b/launcher index f04fcab..450e9ea 100755 --- a/launcher +++ b/launcher @@ -11,7 +11,7 @@ docker_rec_version='1.2.0' config_file=containers/"$config".yml cidfile=cids/"$config".cid -cidbootstrap=cids/"$config"_boostrap.cid +cidbootstrap=cids/"$config"_bootstrap.cid local_discourse=local_discourse image=samsaffron/discourse:1.0.7 docker_path=`which docker.io || which docker`