From 4640fc1ee4fca28e3d3d782330a2f6ce9e3658d7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 3 Jan 2019 16:50:29 +0100 Subject: [PATCH] trying to retrieve password reset link --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 257985f..c9fb8c4 100755 --- a/scripts/install +++ b/scripts/install @@ -207,7 +207,7 @@ 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 -admin_pass_reset_url=( cd $final_path/$app && sudo -u "$app" MIX_ENV=prod mix pleroma.user reset_password "$admin" ) +( cd $final_path/$app && sudo -u "$app" MIX_ENV=prod mix pleroma.user reset_password "$admin" ) > admin_pass_reset_url #================================================= # SETUP SSOWAT