From 95eafeb9a9e818cfee16587a81cdb02b97e25a62 Mon Sep 17 00:00:00 2001 From: Soulou Date: Mon, 10 Jun 2013 10:38:37 +0200 Subject: [PATCH] Change flag -o (output log) to -O (output file) --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 65bc08a12..fc053a1bb 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -7,7 +7,7 @@ apt-get install -y linux-image-extra-`uname -r` software-properties-common add-apt-repository -y ppa:dotcloud/lxc-docker apt-get update && apt-get install -y lxc-docker git ruby nginx make -wget -o /usr/local/bin/gitreceive ${GITRECEIVE_URL} +wget -O /usr/local/bin/gitreceive ${GITRECEIVE_URL} chmod +x /usr/local/bin/gitreceive gitreceive init @@ -23,4 +23,4 @@ echo $HOSTNAME > /home/git/DOMAIN echo echo "Be sure to upload a public key for your user:" -echo " cat ~/.ssh/id_rsa.pub | ssh root@$HOSTNAME \"gitreceive upload-key progrium\"" \ No newline at end of file +echo " cat ~/.ssh/id_rsa.pub | ssh root@$HOSTNAME \"gitreceive upload-key progrium\""