diff options
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm index df7216d8b..4cad87821 100644 --- a/move/move.pm +++ b/move/move.pm @@ -272,7 +272,7 @@ sub install2::startMove { #- automatic printer, timezone, network configs require install_steps_interactive; - if (cat_('/proc/mounts') =~ /nfs/) { + if (cat_('/proc/mounts') !~ /nfs/) { install_steps_interactive::configureNetwork($o); #- seems that applications have trouble with the loopback interface #- after successful network configuration if we don't do that |