summaryrefslogtreecommitdiff
path: root/rhimport.pm
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-04-13 11:44:59 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-04-13 11:44:59 (GMT)
commit7aa8e8453068b2ee5d23a4efbc2e26d47ae5e506 (patch)
treee6718f73fc7573a6f9b9245ec21fc97808ca232e /rhimport.pm
parent48302ff95c18a67c55fcce6ccf13e273054791f0 (diff)
added configure script and Makefile for Installation
Diffstat (limited to 'rhimport.pm')
-rw-r--r--rhimport.pm2
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";