mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
Default language #5
This commit is contained in:
parent
f6c1ce23c6
commit
3d88020caf
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ sudo find $final_path -type f | xargs sudo chmod 644
|
|||
sudo find $final_path -type d | xargs sudo chmod 755
|
||||
|
||||
# configure config file
|
||||
sudo sed -i "s@'en'@'$default_lang'@g" $final_path/config.php
|
||||
sudo sed -i "s@default_language='en';@default_language='$default_lang';@g" $final_path/config.php
|
||||
|
||||
# create data folders
|
||||
sudo mkdir -p $final_path/private
|
||||
|
|
Loading…
Reference in a new issue