commit cb5b0fc0d2261b976fa0979072183cabcf71e594
parent 7e216cfca29950bed0f17d4f6c32b88a9505e1cd
Author: Keith Bloemer <[email protected]>
Date: Fri, 4 Jun 2021 14:33:56 -0500
Update update_models.bat
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/update_models.bat b/scripts/update_models.bat
@@ -25,7 +25,7 @@ set "rpi_model_path=/home/mind/.config/GuitarML/NeuralPi/tones"
#############################################################################
:: Copy all models from local computer to Rpi
-scp %host_model_path%/*.json root@$rpi_ip_address:%rpi_model_path%/
+scp %host_model_path%/*.json root@%rpi_ip_address%:%rpi_model_path%/
:: Copy all models from Rpi to local computer
scp root@%rpi_ip_address%:%rpi_model_path%/*.json %host_model_path%/