Don't remove git metadata from host in zz-cleanup.sh (there shouldn't be any anyway)
This commit is contained in:
parent
aef583ebad
commit
9d857d80b6
@ -8,6 +8,3 @@ rm -rf /var/cache/apk/*
|
|||||||
|
|
||||||
# Remove user settings
|
# Remove user settings
|
||||||
rm -rf /root/* /root/.*
|
rm -rf /root/* /root/.*
|
||||||
|
|
||||||
# Remove git metadata
|
|
||||||
find / -name '.git*' -exec rm -rf {} \;
|
|
||||||
|
Loading…
Reference in New Issue
Block a user