Skip to content

Commit

Permalink
Merge pull request #1274 from wazuh/513-delete-create-user
Browse files Browse the repository at this point in the history
Delete create_user.py script
  • Loading branch information
teddytpc1 authored Mar 25, 2024
2 parents 654d1db + e03cfde commit 1265311
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ EOF
if /var/ossec/framework/python/bin/python3 /var/ossec/framework/scripts/create_user.py; then
# remove json if exit code is 0
rm /var/ossec/api/configuration/admin.json
rm /var/ossec/framework/scripts/create_user.py
else
echored "There was an error configuring the API user"
# terminate container to avoid unpredictable behavior
Expand Down

0 comments on commit 1265311

Please sign in to comment.