Update pkg_update to improve total runtime and set x bit

api_gen, debug_send, pkg_update, setup_dev, and utils
This commit is contained in:
jerlendds
2023-12-11 16:11:59 -07:00
parent 4e79dc03a9
commit 2247b09082
5 changed files with 2 additions and 3 deletions

0
ob/cmd/api_gen Normal file → Executable file
View File

0
ob/cmd/debug_send Normal file → Executable file
View File

5
ob/cmd/pkg_update Normal file → Executable file
View File

@@ -14,9 +14,8 @@ pkg_update () {
pip install backend/osintbuddy-plugins
ob_compose exec backend pip install /tmp/osintbuddy-plugins
ob_compose build backend
ob_compose restart
ob_compose restart janus # fix for when first janus restart fails
ob_compose restart backend
# ob_compose restart janus # crappy fix for when first janus restart fails
success "The osintbuddy Python package has been updated locally and in docker!"
else
error "Error: Python venv not found!"

0
ob/cmd/setup_dev Normal file → Executable file
View File

0
ob/cmd/utils Normal file → Executable file
View File