From 80ec3057ef4748e4e495de754d710d29b90b7224 Mon Sep 17 00:00:00 2001 From: zyphlar Date: Tue, 27 May 2025 04:56:16 +0200 Subject: [PATCH] Update tools/unix/docker_maps_generator.sh Signed-off-by: zyphlar --- tools/unix/docker_maps_generator.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/unix/docker_maps_generator.sh b/tools/unix/docker_maps_generator.sh index dbf6c4f8c..da3eea4e5 100755 --- a/tools/unix/docker_maps_generator.sh +++ b/tools/unix/docker_maps_generator.sh @@ -113,14 +113,16 @@ mwmfiles=( ~/OM/maps_build/*/*/*.mwm ) if (( ${#mwmfiles[@]} )); then echo "<$(date +%T)> Uploading maps..." + # TODO: upload limited files via SFTP to Dreamhost (cdn-us-1.comaps.app) # Needs StrictHostKeyChecking=no otherwise new containers/SFTP_HOSTs will require a manual ssh attempt #sshpass -p $SFTP_PASSWORD sftp -o StrictHostKeyChecking=no $SFTP_USER@$SFTP_HOST:$SFTP_PATH <