Skip to content

Commit 6ff5325

Browse files
authored
Update
1 parent bc2582e commit 6ff5325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/functions/shared/enginescript-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ function debug_pause() {
1212
while true; do
1313
echo -e "\n[DEBUG] Completed step: ${last_step}"
1414
echo -e "[DEBUG] Press Enter to continue, or type 'exit' to stop the install."
15-
echo -e "If you encountered errors above, you can copy the error text for a GitHub bug report."
1615
echo -e "Some text be displayed that just contains general information. Logged output does not always indicate an error."
16+
echo -e "\nIf you encountered errors above, you can copy the error text for a GitHub bug report."
1717
echo -e "For more server details, run: es.debug"
1818
read -p "[DEBUG] Continue or exit? (Enter/exit): " user_input
1919
if [[ -z "$user_input" ]]; then

0 commit comments

Comments
 (0)