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:
parent
eb6375fe44
commit
86ddf8112b
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue