From 1ef0b9eec80bc5aeb61460219a73315007df278a Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 3 Jan 2019 17:15:19 +0100 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c9fb8c4..1c8b388 100755 --- a/scripts/install +++ b/scripts/install @@ -207,7 +207,8 @@ chown -R "$app":"$app" "$final_path" # Make user admin ( cd $final_path/$app && sudo -u "$app" MIX_ENV=prod mix pleroma.user set "$admin" --admin ) # Retrieve a password reset link that you can then send to the user -( cd $final_path/$app && sudo -u "$app" MIX_ENV=prod mix pleroma.user reset_password "$admin" ) > admin_pass_reset_url +( cd $final_path/$app && sudo -u "$app" MIX_ENV=prod mix pleroma.user reset_password "$admin" ) +admin_pass_reset_url = $(!!) #================================================= # SETUP SSOWAT