Skip to content

Commit f6ea123

Browse files
committed
Add -l flag for language
1 parent 9304fa3 commit f6ea123

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/src/app/WebApp/Installers/Grav/GravSetup.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ public function install(array $options = null)
5757
'-p '.$options['password'],
5858
'-e '.$options['email'],
5959
'-P a',
60-
'-N '.$options['username']
60+
'-N '.$options['username'],
61+
'-l en'
6162
], $status);
6263
}
6364
return ($status -> code === 1);

0 commit comments

Comments
 (0)