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
534d664dee
commit
4c9eae2c9a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ final_path=$(ynh_app_setting_get $app final_path)
|
||||||
|
|
||||||
public_library=$(ynh_app_setting_get "$app" public_library)
|
public_library=$(ynh_app_setting_get "$app" public_library)
|
||||||
#User are duplicated in the database only if library is public
|
#User are duplicated in the database only if library is public
|
||||||
if [ public_library -eq 1 ]; then
|
if [ $public_library -eq 1 ]; then
|
||||||
######################################
|
######################################
|
||||||
#1 get admin user and id from database
|
#1 get admin user and id from database
|
||||||
######################################
|
######################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue