diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-04-13 11:44:59 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-04-13 11:44:59 (GMT) |
commit | 4fef137f08bdf40fc0bb0a31114d27ad09556517 (patch) | |
tree | e6718f73fc7573a6f9b9245ec21fc97808ca232e /rhimport.pm | |
parent | 861a34f92f7871ff14e15b24ea202a70c34607c4 (diff) |
added configure script and Makefile for Installation
git-svn-id: https://svn.helsinki.at/rhimport/trunk@43 7c65635b-ec39-4f67-a626-873dbafdd612
Diffstat (limited to 'rhimport.pm')
-rw-r--r-- | rhimport.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport.pm b/rhimport.pm index 48b5b17..dc08479 100644 --- a/rhimport.pm +++ b/rhimport.pm @@ -31,7 +31,7 @@ use File::Spec; my $ssh_host = "airplay"; my $ssh_user = "rhimport"; -my $ssh_key_file = "id_dsa"; # "/etc/rhimport/import_key"; +my $ssh_key_file = "~/.rhimport/import.key"; my $ssh_dir = "/programm/.rhimport"; my $rdimport_wrapper = "/usr/local/bin/dropbox_newfile.pl"; |