@@ -5,7 +5,7 @@ echo "This script does not ensure system security."
5
5
echo " "
6
6
7
7
# Generate a path for a log file to output into for debugging
8
- LOGPATH=$( realpath " bookstack_install_log_ $( date +%s) .log" )
8
+ LOGPATH=$( realpath " bookstack_install_ $( date +%s) .log" )
9
9
10
10
# Get the current user running the script
11
11
SCRIPT_USER=" ${SUDO_USER:- $USER } "
@@ -218,7 +218,7 @@ sleep 1
218
218
run_pre_install_checks
219
219
run_prompt_for_domain_if_required
220
220
info_msg " "
221
- info_msg " Installing using the domain/ IP \" $DOMAIN \" "
221
+ info_msg " Installing using the domain or IP \" $DOMAIN \" "
222
222
info_msg " "
223
223
sleep 1
224
224
@@ -251,9 +251,9 @@ run_configure_apache >> "$LOGPATH" 2>&1
251
251
252
252
info_msg " ----------------------------------------------------------------"
253
253
info_msg " Setup finished, your BookStack instance should now be installed!"
254
- info_msg " Default login email: admin@admin.com"
255
- info_msg " Default login password: password"
256
- info_msg " Access URL: http://$CURRENT_IP / or http://$DOMAIN /"
257
- info_msg " BookStack Install Directory : $BOOKSTACK_DIR "
258
- info_msg " Install Script Log : $LOGPATH "
254
+ info_msg " - Default login email: admin@admin.com"
255
+ info_msg " - Default login password: password"
256
+ info_msg " - Access URL: http://$CURRENT_IP / or http://$DOMAIN /"
257
+ info_msg " - BookStack install path : $BOOKSTACK_DIR "
258
+ info_msg " - Install script log : $LOGPATH "
259
259
info_msg " ---------------------------------------------------------------"
0 commit comments