Skip to content

Commit 70c31f1

Browse files
authored
More robust error matching for Terminal launch wait loop to mitigate false positives
1 parent 4ae1401 commit 70c31f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppRun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ SERVER_APP_ID="hidden.vm.id"
8686
while
8787
gnome-terminal --app-id "${SERVER_APP_ID}" --working-directory "${HERE}" -- \
8888
bash -c "./launch-log-progress.sh \"${ENV_FILE_ARG}\" \"${LOG_FILE}\"" 2>&1 | \
89-
grep Error
89+
grep "Error creating terminal"
9090
do
9191
error "gnome-terminal-server '${SERVER_APP_ID}' is not ready, trying again..."
9292
sleep 1

0 commit comments

Comments
 (0)