1
0
Fork 0
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:
ewilly 2016-04-16 19:52:04 +02:00
parent f6c1ce23c6
commit 3d88020caf

View file

@ -55,7 +55,7 @@ sudo find $final_path -type f | xargs sudo chmod 644
sudo find $final_path -type d | xargs sudo chmod 755 sudo find $final_path -type d | xargs sudo chmod 755
# configure config file # 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 # create data folders
sudo mkdir -p $final_path/private sudo mkdir -p $final_path/private