From aacc91dcdf59b4589428d5d649afc69a45d90a7a Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 17 Sep 2008 15:31:58 +0000 Subject: start nfs-server if needed only, don't use the restart command --- bin/draknfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/draknfs') 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 -- cgit v1.2.1