diff --git a/services/standaloneworker/entrypoint.sh b/services/standaloneworker/entrypoint.sh index fd2f047138148631e7c13509147aa59f334f999a..646ebf400143d8ffabd0336f68dc1c0c138be3fc 100644 --- a/services/standaloneworker/entrypoint.sh +++ b/services/standaloneworker/entrypoint.sh @@ -4,8 +4,9 @@ # (see https://stackoverflow.com/questions/4381618/exit-a-script-on-error) set -e -# Fix FUSE permissions +# Fix FUSE and TUN permissions chmod 777 /dev/fuse +chmod 777 /dev/net/tun #--------------------- # Entrypoint command