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

Update install

This commit is contained in:
titoko 2014-06-18 15:13:31 +02:00
parent ce9c8aa181
commit 70497c1a35

View file

@ -30,7 +30,7 @@ if [ -z "$path" ]; then
path="/"
fi
sudo ls $final_path/lang/$language > /dev/null 2>&1
sudo ls $final_path/i18n/$language > /dev/null 2>&1
if [ $? != 0 ];
then
language="en"