tang minghao commited on
Commit
6b91e0e
·
verified ·
1 Parent(s): 7c38e90

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -2
entrypoint.sh CHANGED
@@ -2,8 +2,8 @@
2
 
3
  chmod +x /opt/tinyproxy/
4
 
5
- chown -R ${PUID}:${PGID} /opt/tinyproxy/
6
 
7
- umask ${UMASK}
8
 
9
  /opt/tinyproxy/tinyproxy -d -c /opt/tinyproxy/tinyproxy.conf
 
2
 
3
  chmod +x /opt/tinyproxy/
4
 
5
+ #chown -R ${PUID}:${PGID} /opt/tinyproxy/
6
 
7
+ #umask ${UMASK}
8
 
9
  /opt/tinyproxy/tinyproxy -d -c /opt/tinyproxy/tinyproxy.conf