From d65aa9c8e2d2ba6cf0c34319d75c88412d1ae3aa Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 29 Aug 2020 22:45:33 +0200 Subject: New SCP credentials/paths --- scripts/generate-all.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/generate-all.sh b/scripts/generate-all.sh index 210161a..dac5f99 100755 --- a/scripts/generate-all.sh +++ b/scripts/generate-all.sh @@ -12,7 +12,7 @@ generate_playoff () { echo "Generating $filename to $ftp_path..." $python playoff.py ../../$filename.jtpo echo "Uploading to $ftp_path..." - scp $output_file pzbs:~/liga/$ftp_path + scp $output_file playoff@webserver.pzbs.pl:~/liga/$ftp_path rm -f $output_file echo "Done" } @@ -24,4 +24,3 @@ generate_playoff 2nw 2liga/nw/playoff.html generate_playoff 2ne 2liga/ne/playoff.html generate_playoff 2se 2liga/se/playoff.html generate_playoff 2sw 2liga/sw/playoff.html - -- cgit v1.2.3