|
@@ -57,7 +57,8 @@ class GravSetup extends BaseSetup {
|
|
|
'-p '.$options['password'],
|
|
'-p '.$options['password'],
|
|
|
'-e '.$options['email'],
|
|
'-e '.$options['email'],
|
|
|
'-P a',
|
|
'-P a',
|
|
|
- '-N '.$options['username']
|
|
|
|
|
|
|
+ '-N '.$options['username'],
|
|
|
|
|
+ '-l en'
|
|
|
], $status);
|
|
], $status);
|
|
|
}
|
|
}
|
|
|
return ($status -> code === 1);
|
|
return ($status -> code === 1);
|