From d98ebcfca34d5a9adc0e4c2d1ad6bfdeaabbdd6d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 5 Feb 2022 16:13:09 +0100 Subject: much more cleanup --- build-torrent | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build-torrent') diff --git a/build-torrent b/build-torrent index b3a842d..0c11e06 100755 --- a/build-torrent +++ b/build-torrent @@ -141,6 +141,7 @@ mktorrent --announce=http://${torrent_server}:6969/announce \ --output="${archiso_dir}/${torrent_file}" \ "${archiso_dir}/${iso}" -scp "${archiso_dir}/${torrent_file}" "${torrent_user}@${torrent_server}:${hefur_dir}" +# I have to go over port 9586, copying manually ATM +#scp -P "${torrent_ssh_port}" "${archiso_dir}/${torrent_file}" "${torrent_user}@${torrent_server}:${hefur_dir}" exit 0 -- cgit v1.2.3-54-g00ecf