diff --git a/cis/private/open_grp.php b/cis/private/open_grp.php index 0db0df67a..9b9bd2038 100644 --- a/cis/private/open_grp.php +++ b/cis/private/open_grp.php @@ -105,7 +105,7 @@ if(isset($_REQUEST['token']) && isset($_REQUEST['grp'])) $mail_id=mail_id_generator(); /* call the shellpart at polyxena */ - $command = "ssh -p 22022 polyxena sudo /root/bin/mlistin.sh " . $_REQUEST['grp'] . " " . $mail_id . " 2>&1"; + $command = "ssh -p 22022 root@polyxena sudo /root/bin/mlistin.sh " . $_REQUEST['grp'] . " " . $mail_id . " 2>&1"; exec($command); /* ffe, 20051020 - do a little logging */