@@ -112,7 +112,7 @@ |
||
112 | 112 | $command = 'restart'; |
113 | 113 | |
114 | 114 | if ($timeout != 10) { |
115 | - $command .= ' --timeout='.$timeout; |
|
115 | + $command .= ' --timeout=' . $timeout; |
|
116 | 116 | } |
117 | 117 | |
118 | 118 | return $this->processResult( |