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:
committed by
Lars Brinkhoff
parent
ec1a9fc8cc
commit
086f09820c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user