Correct location for the new server

This commit is contained in:
2025-09-15 20:15:59 +02:00
parent 2b4ef438b3
commit 8efc6459c3

View File

@@ -2050,7 +2050,7 @@ function copy_files_to_hpr_server() {
then
continue
fi
scp "$this_file" hpr:hackerpublicradio.org/public_html/eps/hpr${ep_num}/
scp "${working_dir}/$this_file" hpr:hackerpublicradio.org/public_html/eps/hpr${ep_num}/
done
}