diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-03-01 00:52:06 +0000 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-03-01 00:52:06 +0000 |
commit | 9cbf13a43d26f37ca8dbba88a419a27c59a52664 (patch) | |
tree | c763bbc0138a41c576fd303a3a2fe47df0d4907a | |
parent | 59fef0e559861380e40933406b86812f3e22d7b1 (diff) | |
download | vyatta-cfg-system-9cbf13a43d26f37ca8dbba88a419a27c59a52664.tar.gz vyatta-cfg-system-9cbf13a43d26f37ca8dbba88a419a27c59a52664.zip |
forgot to use io::prompt
-rwxr-xr-x | scripts/vyatta-load-user-key.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vyatta-load-user-key.pl b/scripts/vyatta-load-user-key.pl index 4e0c84e2..8641ae5b 100755 --- a/scripts/vyatta-load-user-key.pl +++ b/scripts/vyatta-load-user-key.pl @@ -24,6 +24,7 @@ use strict; use warnings; use Vyatta::Config; +use IO::Prompt; my $sbindir = $ENV{vyatta_sbindir}; |