7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
|
#!/bin/sh
|
||
|
# fixup chroot's toplevel directory permissions (use to become 1775)
|
||
|
|
||
|
chmod 755 /
|
||
|
|
||
|
rm -f /.gitignore
|