]> BookStack Code Mirror - devops/commitdiff
Cleaned script logged lines a little 35/head
authorDan Brown <redacted>
Tue, 19 Apr 2022 18:54:10 +0000 (19:54 +0100)
committerDan Brown <redacted>
Tue, 19 Apr 2022 18:54:10 +0000 (19:54 +0100)
scripts/installation-ubuntu-22.04.sh

index 9510cba0c433c69ab26ff831b288be8e7d07bb82..7234e38bc77993fbf3be75d06a7eda7962580c2c 100644 (file)
@@ -5,7 +5,7 @@ echo "This script does not ensure system security."
 echo ""
 
 # Generate a path for a log file to output into for debugging
-LOGPATH=$(realpath "bookstack_install_log_$(date +%s).log")
+LOGPATH=$(realpath "bookstack_install_$(date +%s).log")
 
 # Get the current user running the script
 SCRIPT_USER="${SUDO_USER:-$USER}"
@@ -218,7 +218,7 @@ sleep 1
 run_pre_install_checks
 run_prompt_for_domain_if_required
 info_msg ""
-info_msg "Installing using the domain/IP \"$DOMAIN\""
+info_msg "Installing using the domain or IP \"$DOMAIN\""
 info_msg ""
 sleep 1
 
@@ -251,9 +251,9 @@ run_configure_apache >> "$LOGPATH" 2>&1
 
 info_msg "----------------------------------------------------------------"
 info_msg "Setup finished, your BookStack instance should now be installed!"
-info_msg "Default login email: [email protected]"
-info_msg "Default login password: password"
-info_msg "Access URL: http://$CURRENT_IP/ or http://$DOMAIN/"
-info_msg "BookStack Install Directory: $BOOKSTACK_DIR"
-info_msg "Install Script Log: $LOGPATH"
+info_msg "Default login email: [email protected]"
+info_msg "Default login password: password"
+info_msg "Access URL: http://$CURRENT_IP/ or http://$DOMAIN/"
+info_msg "- BookStack install path: $BOOKSTACK_DIR"
+info_msg "- Install script log: $LOGPATH"
 info_msg "---------------------------------------------------------------"