We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2582e commit 6ff5325Copy full SHA for 6ff5325
1 file changed
scripts/functions/shared/enginescript-common.sh
@@ -12,8 +12,8 @@ function debug_pause() {
12
while true; do
13
echo -e "\n[DEBUG] Completed step: ${last_step}"
14
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."
16
echo -e "Some text be displayed that just contains general information. Logged output does not always indicate an error."
+ echo -e "\nIf you encountered errors above, you can copy the error text for a GitHub bug report."
17
echo -e "For more server details, run: es.debug"
18
read -p "[DEBUG] Continue or exit? (Enter/exit): " user_input
19
if [[ -z "$user_input" ]]; then
0 commit comments