mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
typo
This commit is contained in:
parent
9978725fc0
commit
d75010c89b
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@
|
|||
"en": "Do you want to allow access to the library to all Yunohost users?",
|
||||
"fr": "Voulez vous autoriser l'accès à la bibliothèque à tous les utilisateurs Yunohost?"
|
||||
},
|
||||
"default": false
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -130,7 +130,7 @@ ynh_multimedia_addaccess $app
|
|||
|
||||
if [ $is_public -eq 1 ]; then #app is public, library is public
|
||||
calibre_dir=$DOSSIER_MEDIA/Share/eBook
|
||||
elif [$is_public -eq 0 ] && [ $public_library -eq 1 ]; then #app is private, library is public
|
||||
elif [ $is_public -eq 0 ] && [ $public_library -eq 1 ]; then #app is private, library is public
|
||||
calibre_dir=$DOSSIER_MEDIA/Share/eBook
|
||||
else #app is private, library is private
|
||||
calibre_dir=$DOSSIER_MEDIA/$admin/eBook
|
||||
|
|
Loading…
Add table
Reference in a new issue