From aac61692513a71c4ec0923b9d20aff822d361131 Mon Sep 17 00:00:00 2001 From: webfarben Date: Tue, 23 Jun 2026 11:45:08 +0200 Subject: [PATCH] Allow interactive SFTP password prompt --- scripts/deploy-sftp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-sftp.sh b/scripts/deploy-sftp.sh index 0315125..0878fe0 100755 --- a/scripts/deploy-sftp.sh +++ b/scripts/deploy-sftp.sh @@ -45,6 +45,6 @@ put -r vendor EOF cd "$repo_root" -sftp -P "$deploy_port" -b "$batch_file" "$DEPLOY_USER@$DEPLOY_HOST" +sftp -P "$deploy_port" "$DEPLOY_USER@$DEPLOY_HOST" < "$batch_file" echo "Deployment abgeschlossen: $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_TARGET_DIR" \ No newline at end of file