summaryrefslogtreecommitdiff
path: root/rhimport.pm
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-03-14 14:43:50 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-03-14 14:43:50 (GMT)
commitff2a7bdbd742ee0417cc36102e60d11bf6658f3a (patch)
treeb4b756ee4a133ab50dbc37a3964f0f123eb83ab8 /rhimport.pm
parent4b36feb971e6ef9e6e5b5c3027e1701e4bc21496 (diff)
moving from intranet to web
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 fa816e5..1263e7e 100644
--- a/rhimport.pm
+++ b/rhimport.pm
@@ -343,7 +343,7 @@ sub delete_file
sub pv_add_note
{
my ( $title, $text, $id, $date, $type, $index ) = @_;
- my @script = ('/usr/bin/ssh', 'root@intranet', 'addnote', $id, $date, $type);
+ my @script = ('/usr/bin/ssh', 'root@web', 'addnote', $id, $date, $type);
push(@script , $index) unless (!defined $index);
my ($reader, $writer, $error ) = ( new IO::Handle, new IO::Handle, new IO::Handle );