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:
parent
81ecc4040f
commit
4f275d62bf
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue