1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00
This commit is contained in:
Krakinou 2019-02-02 14:13:52 +01:00
parent 534d664dee
commit 4c9eae2c9a

View file

@ -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
###################################### ######################################