From: Jude N Date: Sun, 10 Nov 2013 00:36:09 +0000 (-0500) Subject: Wrong port/username hardcoded in Makefile X-Git-Url: https://pwan.org/git/?p=pwan.org.git;a=commitdiff_plain;h=2055b7d01082bd44765c85e5eccad93e3f696e2b Wrong port/username hardcoded in Makefile --- diff --git a/Makefile b/Makefile index dc452f8..c9a53c1 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ FTP_USER=anonymous FTP_TARGET_DIR=/ SSH_HOST=pwan.org -SSH_PORT=22 -SSH_USER=jude +SSH_PORT?=22 +SSH_USER?=wrong SSH_TARGET_DIR=/home/jude/pwan.org S3_BUCKET=my_s3_bucket