diff options
| author | ivan <ivan> | 2002-10-20 07:26:54 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2002-10-20 07:26:54 +0000 |
| commit | e31feacedbd07e333183b83360d20d21bcb611bd (patch) | |
| tree | b05145d40ab438aac20a4f4f185baf4eca67b00d | |
| parent | e6f6f496883b8e8be42f4d92f01b61dbc2c590be (diff) | |
don't run restart command unless there is one
| -rw-r--r-- | FS/FS/part_export/vpopmail.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/vpopmail.pm b/FS/FS/part_export/vpopmail.pm index bddf175ee..646af44cd 100644 --- a/FS/FS/part_export/vpopmail.pm +++ b/FS/FS/part_export/vpopmail.pm @@ -220,7 +220,7 @@ sub vpopmail_sync { eval "use Net::SSH;"; die $@ if $@; - ssh("vpopmail\@$machine", $restart); + ssh("vpopmail\@$machine", $restart) if $restart; } |
