From 54a4857ec7f829e0b70a2b64905dcd8f1055e3a1 Mon Sep 17 00:00:00 2001 From: Kayou Date: Wed, 17 Apr 2019 21:00:50 +0200 Subject: [PATCH] format: using tabs instead of spaces --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 9e2324a..6477788 100755 --- a/scripts/install +++ b/scripts/install @@ -98,10 +98,10 @@ cp "../conf/config.local.php" "$jirafeauconfigfile" # Set and save upload password, allowing an empty one if [ -z "$upload_password" ] then - ynh_replace_string "__YNH_UPLOAD_PASSWORD__" "" "$jirafeauconfigfile" + ynh_replace_string "__YNH_UPLOAD_PASSWORD__" "" "$jirafeauconfigfile" ynh_app_setting_set $app upload_password "" else - ynh_replace_string "__YNH_UPLOAD_PASSWORD__" "'$upload_password'" "$jirafeauconfigfile" + ynh_replace_string "__YNH_UPLOAD_PASSWORD__" "'$upload_password'" "$jirafeauconfigfile" ynh_app_setting_set $app upload_password "$upload_password" fi