Skip to content

Commit

Permalink
Merge pull request #1526 from wazuh/enhancement/1520-revert-create_us…
Browse files Browse the repository at this point in the history
…er.py-script-deletion

Revert create_user.py script deletion
  • Loading branch information
c-bordon authored Sep 13, 2024
2 parents 898d86f + 282440d commit cb63566
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ 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 cb63566

Please sign in to comment.