changeset 2026:9c10e37c56f6 default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 29 Oct 2025 21:38:14 -0600
parents 677795f0a4e7
children
files backup/stop.sh
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
diff -r 677795f0a4e7 -r 9c10e37c56f6 backup/stop.sh
--- a/backup/stop.sh	Wed Oct 29 21:34:39 2025 -0600
+++ b/backup/stop.sh	Wed Oct 29 21:38:14 2025 -0600
@@ -1,6 +1,5 @@
 #!/bin/bash
 
 LUAN_PIDS=$(ps ax | awk '{if($0~"(backup_)?[s]erver.luan"){print $1}}');
-echo $LUAN_PIDS
 kill -TERM $LUAN_PIDS;
 exit 0;