1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-05 11:04:02 +00:00

Update deploy-ftp.sh

Another update as the ISP updated cPanel and the DNS and folder structure changed
This commit is contained in:
Mike Kostersitz (Oilcan Productions)
2024-01-16 08:14:05 -08:00
committed by Lars Brinkhoff
parent ec1a9fc8cc
commit 086f09820c

View File

@@ -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