From 086f09820c3b29d458abd502cdef22ba0cac45c1 Mon Sep 17 00:00:00 2001 From: "Mike Kostersitz (Oilcan Productions)" <77457397+oilcan-productions@users.noreply.github.com> Date: Tue, 16 Jan 2024 08:14:05 -0800 Subject: [PATCH] Update deploy-ftp.sh Another update as the ISP updated cPanel and the DNS and folder structure changed --- build/deploy-ftp.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/deploy-ftp.sh b/build/deploy-ftp.sh index 88e7a5c4..404b3b5e 100644 --- a/build/deploy-ftp.sh +++ b/build/deploy-ftp.sh @@ -2,9 +2,9 @@ set -e -HOST="ftpupload.net" -USER="if0_35726802" -DIR="hactrn.kostersitz.com/htdocs/images" +HOST="hactrn.kostersitz.com" +USER="if0_35726802@hactrn.kostersitz.com" +DIR="/images" NETRC="$HOME/.netrc" if test -z "$FTP_SECRET"; then