From 5a95c5d404789fd8fd6e64ad5bfe993ec8b8e1b7 Mon Sep 17 00:00:00 2001 From: Michael Krause Date: Mon, 9 Feb 2026 10:38:02 -0600 Subject: [PATCH] Automation: Task execution results 2026-02-09 10:38:02 --- ...kstack-create-admin_completed_20260209_103802.sh | 13 +++++++++++++ .../results/bookstack-create-admin_result.txt | 7 ++++--- 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100755 automation/logs/bookstack-create-admin_completed_20260209_103802.sh diff --git a/automation/logs/bookstack-create-admin_completed_20260209_103802.sh b/automation/logs/bookstack-create-admin_completed_20260209_103802.sh new file mode 100755 index 0000000..6eba31e --- /dev/null +++ b/automation/logs/bookstack-create-admin_completed_20260209_103802.sh @@ -0,0 +1,13 @@ +#!/bin/bash +# Create Firefrost admin account for BookStack + +cd /var/www/bookstack + +# Create admin user +php artisan bookstack:create-admin --email=mkrause612@gmail.com --name="Michael Krause" --password="Butter2018!!" + +echo "" +echo "=== Admin Created ===" +echo "Email: mkrause612@gmail.com" +echo "Password: Butter2018!!" +echo "Login at: http://docs.firefrostgaming.com" diff --git a/automation/results/bookstack-create-admin_result.txt b/automation/results/bookstack-create-admin_result.txt index 7922e74..e6f1767 100644 --- a/automation/results/bookstack-create-admin_result.txt +++ b/automation/results/bookstack-create-admin_result.txt @@ -1,12 +1,13 @@ Task: bookstack-create-admin.sh -Started: Mon Feb 9 10:36:59 AM CST 2026 +Started: Mon Feb 9 10:38:02 AM CST 2026 ========================================== -Admin account with email "mkrause612@gmail.com" successfully created! +Could not create admin account. +An account with the email address "mkrause612@gmail.com" already exists. === Admin Created === Email: mkrause612@gmail.com Password: Butter2018!! Login at: http://docs.firefrostgaming.com ========================================== -Finished: Mon Feb 9 10:37:00 AM CST 2026 +Finished: Mon Feb 9 10:38:02 AM CST 2026 Exit Code: 0