From 1ee61de913c0b7d5e5b2833993130a15ea556c01 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Mon, 11 Oct 2021 11:34:59 -0500 Subject: [PATCH] more hamrs --- functions/additional.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/additional.function b/functions/additional.function index 8f17cc1..ba66cba 100644 --- a/functions/additional.function +++ b/functions/additional.function @@ -640,7 +640,7 @@ EOF ################################## HAMRS() { #move any existing hamrs files that might get in the way - https://github.com/km4ack/pi-build/issues/288 -HAMRSCHECK=$(ls ~/Downloads/ | grep hamrs) +HAMRSCHECK=$(ls ~/Downloads/ | grep hamrs-) if [ -n $HAMRSCHECK ]; then echo "moving old hamrs file(s)" mkdir -p $HOME/Downloads/old-hamrs