From 2055b7d01082bd44765c85e5eccad93e3f696e2b Mon Sep 17 00:00:00 2001 From: Jude N Date: Sat, 9 Nov 2013 19:36:09 -0500 Subject: [PATCH] Wrong port/username hardcoded in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2