summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-23 07:57:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-23 07:57:22 +0000
commit96ebb0a6b6b62d93fd7dcced55b27ecd639833c6 (patch)
treeb428dfe7cdb57a089a3636f7ceb15752d6b8649d /usr
parent6475461880d3bcae0868dff42a39ec597a8e8041 (diff)
downloadpfsense-96ebb0a6b6b62d93fd7dcced55b27ecd639833c6.zip
pfsense-96ebb0a6b6b62d93fd7dcced55b27ecd639833c6.tar.gz
Allow arguments to be passed to cvssync so you can do:
pfSsh.php playback cvssync RELENG_1
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/sbin/pfSsh.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php
index 2aa9a23..e900b10 100755
--- a/usr/local/sbin/pfSsh.php
+++ b/usr/local/sbin/pfSsh.php
@@ -167,8 +167,6 @@ $recording = false;
$playback_file_split = array();
$playbackbuffer = "";
-echo "Passing arguments to pfSense shell: {$argv[1]} {$argv[2]}\n";
-
if($argv[1]=="playback" or $argv[1]=="run") {
playback_file($argv[2]);
exit;
OpenPOWER on IntegriCloud