removed overwriting definitions

This commit is contained in:
sose 2020-06-13 03:59:06 +00:00
parent f69e4b384d
commit 3660b29184
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
#!/bin/sh
export tilde_name=""
export tilde_username=""
export key_file=""
ssh_command="ssh -i $key_file $tilde_username@$tilde_name"
check_key_file() {