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:
abeudin 2014-06-18 11:45:18 +02:00
parent 81ecc4040f
commit 4f275d62bf

View file

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