summaryrefslogtreecommitdiff
path: root/rhimport.pm
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-07-22 16:45:36 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-07-22 17:07:54 (GMT)
commitc6a88ca7a2c639a4659f204e075e6d95b2c0ceee (patch)
tree7ad0b3485e6be9928ff34c6e44a7fc565faa4e88 /rhimport.pm
parent0e6f3a9a18a52c2a2138ab989cbf26eb4deecf10 (diff)
cleanup
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 223aeef..3451bcd 100644
--- a/rhimport.pm
+++ b/rhimport.pm
@@ -357,7 +357,7 @@ sub delete_file
sub pv_add_note
{
my ( $title, $text, $id, $date, $type, $index ) = @_;
- my @script = ('/usr/bin/ssh', 'pv@rdimport', 'addnote', $id, $date, $type);
+ my @script = ('python', '/srv/pv/pv/manage.py', 'addnote', $id, $date, $type);
push(@script , $index) unless (!defined $index);
my ($reader, $writer, $error ) = ( new IO::Handle, new IO::Handle, new IO::Handle );