From 361fb58a2a8672d67be3c09eebcf0c72c8cd179d Mon Sep 17 00:00:00 2001 From: vijay Date: Thu, 8 May 2025 01:39:43 +0000 Subject: [PATCH] Update sftp_transfer --- sftp_transfer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sftp_transfer b/sftp_transfer index 0469822..f15a66d 100644 --- a/sftp_transfer +++ b/sftp_transfer @@ -1,5 +1,5 @@ #!/bin/bash -wget https://git.technozone.com.au/vijay/Scripts/raw/branch/main/sftp_transfer -O sftp_transfer.sh && chmod +x sftp_transfer.sh && ./sftp_transfer.sh && rm sftp_transfer.sh +# wget https://git.technozone.com.au/vijay/Scripts/raw/branch/main/sftp_transfer -O sftp_transfer.sh && chmod +x sftp_transfer.sh && ./sftp_transfer.sh && rm sftp_transfer.sh # Function to display the menu show_menu() {