tang minghao commited on
Update entrypoint.sh
Browse files- entrypoint.sh +3 -0
entrypoint.sh
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
|
|
|
|
|
|
|
|
|
| 3 |
chmod +x /opt/tinyproxy/
|
| 4 |
|
| 5 |
#chown -R ${PUID}:${PGID} /opt/tinyproxy/
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
+
lsattr /opt/tinyproxy/
|
| 4 |
+
chattr -ia /opt/tinyproxy/
|
| 5 |
+
chattr +ia /opt/tinyproxy/
|
| 6 |
chmod +x /opt/tinyproxy/
|
| 7 |
|
| 8 |
#chown -R ${PUID}:${PGID} /opt/tinyproxy/
|