From c7af223155b68c56754461a55c98f54671fca4b4 Mon Sep 17 00:00:00 2001 From: Polish Hammer Date: Fri, 2 May 2025 20:12:33 +0200 Subject: [PATCH] fix deploy --- deploy.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index ff0e8d9..0651f6a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash -total_commands=24 +total_commands=26 current_command=0 function print_progress { @@ -79,8 +79,16 @@ print_progress "cp ./conjurer/radio_commands.py ./Conjurer/" cp ./conjurer/voice_recognition_commands.py ./Conjurer/ print_progress "cp ./conjurer/voice_recognition_commands.py ./Conjurer/" +cp ./conjurer/file_search_functions.py ./Conjurer/ + +print_progress "cp ./conjurer/file_search_functions.py ./Conjurer/" + +cp ./conjurer/file_search_commands.py ./Conjurer +print_progress "cp ./conjurer/file_search_functions.py ./Conjurer/" + + cp ./conjurer/thin_client.py ./Conjurer/bot.py print_progress "cp ./conjurer/thin_client.py ./Conjurer/bot.py" sudo systemctl restart conjurer.service -print_progress "sudo systemctl restart conjurer.service" \ No newline at end of file +print_progress "sudo systemctl restart conjurer.service"