1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/emailpoubelle_ynh.git synced 2024-09-03 18:26:29 +02:00

check ln for language

This commit is contained in:
Krakinou 2019-05-21 00:31:09 +02:00
parent eb6375fe44
commit 86ddf8112b

View file

@ -169,9 +169,12 @@ if [[ ! $? -eq 0 ]]; then
fi
#Temporaire - mettre en config
if [ ! -e $final_path/lang/fr_FR ]; then
ln -s $final_path/lang/fr $final_path/lang/fr_FR
fi
if [ ! -e $final_path/lang/it_IT ]; then
ln -s $final_path/lang/it $final_path/lang/it_IT
fi
#=================================================