Skip to content

Commit

Permalink
Fix warnings when purging agent (#345)
Browse files Browse the repository at this point in the history
remove log directory when removing agent
  • Loading branch information
aphralG authored Jun 13, 2023
1 parent e3f9d3f commit 6430d5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/packages/postremove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ fi

echo "Removing /var/run/nginx-agent directory"
rm -rf "/var/run/nginx-agent"
echo "Removing /var/log/nginx-agent directory"
rm -rf "/var/log/nginx-agent"

0 comments on commit 6430d5a

Please sign in to comment.