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