From 7d7b243726f49f7c24f711263a5c8ab6adee2498 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 3 Jan 2019 17:25:11 +0100 Subject: [PATCH] Attemp to retrieve password reset link --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1c8b388..61d8e95 100755 --- a/scripts/install +++ b/scripts/install @@ -208,7 +208,7 @@ chown -R "$app":"$app" "$final_path" ( 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 = $(!!) +admin_pass_reset_url=$(!!) #================================================= # SETUP SSOWAT