summaryrefslogtreecommitdiffstats
path: root/src/usr/local/sbin
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-01-26 22:58:38 -0800
committerNOYB <Al_Stu@Frontier.com>2016-01-26 22:58:38 -0800
commit9e4c0b1fc57eef128869c960ebd099a796d990ef (patch)
tree44397c4c4baea5b364736d4203911bbc11ea3055 /src/usr/local/sbin
parent312085250d5a4de98b988c236d328025f0f4e519 (diff)
downloadpfsense-9e4c0b1fc57eef128869c960ebd099a796d990ef.zip
pfsense-9e4c0b1fc57eef128869c960ebd099a796d990ef.tar.gz
fixes 5818 - Dev Shell - Cmd Tab Completion
Diffstat (limited to 'src/usr/local/sbin')
-rwxr-xr-xsrc/usr/local/sbin/pfSsh.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/sbin/pfSsh.php b/src/usr/local/sbin/pfSsh.php
index ab53744..d42b5a5 100755
--- a/src/usr/local/sbin/pfSsh.php
+++ b/src/usr/local/sbin/pfSsh.php
@@ -182,8 +182,8 @@ if ($argc < 2) {
foreach ($playback_files as $pbf) {
echo "{$pbf} ";
if (function_exists("readline_add_history")) {
- readline_add_history("playback $file");
- $tccommands[] = "$file";
+ readline_add_history("playback $pbf");
+ $tccommands[] = "$pbf";
}
}
echo "\n\n";
OpenPOWER on IntegriCloud