summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/draknfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/draknfs b/bin/draknfs
index 157e6f0..d3040f6 100755
--- a/bin/draknfs
+++ b/bin/draknfs
@@ -568,7 +568,7 @@ my $okcancel = create_okcancel({
);
my $wait = $in->wait_message(N("Please wait"), N("Starting the NFS-server"));
-services::_run_action('nfs-server', services::is_service_running('nfs-server') ? "restart" : "start");
+services::_run_action('nfs-server', services::is_service_running('nfs-server') ? "start" : "status");
undef $wait;
# main interface