Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJialin Wang <choumingzhao@outlook.com>2018-07-24 13:57:19 +0300
committerJialin Wang <choumingzhao@outlook.com>2018-07-24 13:57:19 +0300
commit966f02b886ff7effa1adf829969fe74cf5f69f64 (patch)
tree10582b3635b1590c1a6e7bd24cde5fc792b0b55d /src/external_tools
parentb629a674a3fc59abe5fe5e2d46c55938cd1d3323 (diff)
Update remmina_filezilla_sftp.sh: $password does not show in $env, use $ssh_password instead.
Diffstat (limited to 'src/external_tools')
-rwxr-xr-xsrc/external_tools/remmina_filezilla_sftp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external_tools/remmina_filezilla_sftp.sh b/src/external_tools/remmina_filezilla_sftp.sh
index 4410c0069..c6992148b 100755
--- a/src/external_tools/remmina_filezilla_sftp.sh
+++ b/src/external_tools/remmina_filezilla_sftp.sh
@@ -3,5 +3,5 @@
. $(dirname $0)/functions.sh
settitle
-filezilla sftp://$ssh_username:"$password"@$server
+filezilla sftp://$ssh_username:"$ssh_password"@$server