Update file run_onchange_after_100-cleanup.tmpl
This commit is contained in:
parent
36ca59b885
commit
b1be709544
1 changed files with 6 additions and 0 deletions
|
@ -16,3 +16,9 @@ fi
|
|||
if [ -f "$HOME/.wget-hsts" ]; then
|
||||
rm -f "$HOME/.wget-hsts"
|
||||
fi
|
||||
|
||||
### Remove .wrangler
|
||||
# Not sure how this is populating but the proper environment variables appear to be in place and nothing breaks when its removed
|
||||
if [ -d "$HOME/.wrangler" ]; then
|
||||
rm -rf "$HOME/.wrangler"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue