From 1a8778022f46fc553adcfdbf5e9aa50bcff90a9b Mon Sep 17 00:00:00 2001 From: foglet15 Date: Sun, 25 Feb 2024 13:53:10 -0500 Subject: [PATCH] use the move command instead --- bin/regen-protobufs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/regen-protobufs.sh b/bin/regen-protobufs.sh index e206260..b1fcd4c 100755 --- a/bin/regen-protobufs.sh +++ b/bin/regen-protobufs.sh @@ -18,4 +18,4 @@ else sed -i -e "s/^None = 0/globals()['None'] = 0/" meshtastic/mesh_pb2.py fi -cp ./meshtastic/*_pb2.py ./meshtastic/pbDefinitions/ +mv ./meshtastic/*_pb2.py ./meshtastic/pbDefinitions/