mirror of
https://github.com/YunoHost-Apps/phpbb_ynh.git
synced 2024-09-03 19:56:36 +02:00
Only opy french translations if requested
This commit is contained in:
parent
8acc3e9336
commit
1819b16867
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ sudo mkdir -p $final_path
|
|||
sudo cp -a ../sources/phpBB/* $final_path
|
||||
|
||||
# We add french language pack
|
||||
sudo cp -a ../sources/french_language/* $final_path/
|
||||
if [ "$lang" = "fr" ];
|
||||
then sudo cp -a ../sources/french_language/* $final_path/
|
||||
fi
|
||||
|
||||
# Set permissions to rainloop directory
|
||||
sudo chown -R www-data:www-data $final_path
|
||||
|
|
Loading…
Reference in a new issue