a bit of work on the message page

This commit is contained in:
2024-06-07 23:44:32 +02:00
parent 549311535c
commit 95d51c82e9
5 changed files with 240 additions and 21 deletions

View File

@@ -24,7 +24,7 @@
pid="$( pgrep -f 'flutter_tools\.[s]napshot run' || echo '' )"
pid="$( pgrep -f 'flutter_tools\.[s]napshot run' || echo '' | tail -n 1 )"
if [ -z "$pid" ]; then
red "No [flutter run] process found - exiting"