From 4c9eae2c9aa5968961fd89e64c42ff9d8af33f18 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 2 Feb 2019 14:13:52 +0100 Subject: [PATCH] typo --- hooks/post_user_create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post_user_create b/hooks/post_user_create index 23a6b1a..e3a7820 100644 --- a/hooks/post_user_create +++ b/hooks/post_user_create @@ -16,7 +16,7 @@ final_path=$(ynh_app_setting_get $app final_path) public_library=$(ynh_app_setting_get "$app" public_library) #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 ######################################