From 768e7c4a50a8e2a63e1dcb39b5f953ad077539db Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 9 Apr 2021 23:51:13 +0200 Subject: [PATCH] Typo --- scripts/install | 2 +- scripts/remove | 2 +- scripts/restore | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 0cc1db1..d46d3a3 100644 --- a/scripts/install +++ b/scripts/install @@ -136,7 +136,7 @@ ynh_add_nginx_config "datadir" ynh_script_progression --message="Configuring system user..." # Create a system user -ynh_system_user_create --username=$app --home_dir=$final_path +ynh_system_user_create --username=$app --home_dir="$final_path" #================================================= # SPECIFIC SETUP diff --git a/scripts/remove b/scripts/remove index 1dfe2e4..8149dd4 100644 --- a/scripts/remove +++ b/scripts/remove @@ -34,7 +34,7 @@ path_url=$(ynh_app_setting_get --app=$app --key=path) # REMOVE SERVICE INTEGRATION IN YUNOHOST #================================================= -# Remove the service from the list of services known by Yunohost (added from `yunohost service add`) +# Remove the service from the list of services known by YunoHost (added from `yunohost service add`) if ynh_exec_warn_less yunohost service status $app >/dev/null then ynh_script_progression --message="Removing $app service integration..." diff --git a/scripts/restore b/scripts/restore index 4ff69f3..24a99d4 100644 --- a/scripts/restore +++ b/scripts/restore @@ -69,7 +69,7 @@ ynh_restore_file --origin_path="$final_path" ynh_script_progression --message="Recreating the dedicated system user..." # Create the dedicated user (if not existing) -ynh_system_user_create --username=$app --home_dir=$final_path +ynh_system_user_create --username=$app --home_dir="$final_path" #================================================= # RESTORE USER RIGHTS