1
0
Fork 0
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:
polytan02 2015-03-08 11:31:55 +00:00
parent 8acc3e9336
commit 1819b16867

View file

@ -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