Skip to content

Commit

Permalink
suppress root warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmechtel committed Oct 18, 2024
1 parent 813e930 commit 959abde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start_service.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# Upgrade hypha-rpc
sudo pip install --upgrade hypha-rpc
sudo pip install --upgrade hypha-rpc --root-user-action=ignore

# Pass all arguments to the Python script
python register_sam_service.py "$@"

0 comments on commit 959abde

Please sign in to comment.