summaryrefslogtreecommitdiffstats
path: root/nfs_wizard/NFS.pm
diff options
context:
space:
mode:
Diffstat (limited to 'nfs_wizard/NFS.pm')
-rwxr-xr-xnfs_wizard/NFS.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/nfs_wizard/NFS.pm b/nfs_wizard/NFS.pm
index 89193bd9..001def82 100755
--- a/nfs_wizard/NFS.pm
+++ b/nfs_wizard/NFS.pm
@@ -29,6 +29,7 @@ use services;
use MDK::Wizard::Wizcommon;
my $wiz = new MDK::Wizard::Wizcommon;
+my $in = interactive->vnew;
my $o = {
name => N("NFS Wizard"),
@@ -59,7 +60,7 @@ $o->{pages} = {
],
complete => sub {
if (! -d $o->{var}{wiz_nfs_dir}) {
- $::in->ask_warn(N("Error"), N("The path you entered does not exist."));
+ $in->ask_warn(N("Error"), N("The path you entered does not exist."));
return 1;
}
},