Commit 69806fe7 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Fixed bug in running Podman in the standaloneworker service.

parent c376dd24
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -4,8 +4,9 @@
# (see https://stackoverflow.com/questions/4381618/exit-a-script-on-error)
# (see https://stackoverflow.com/questions/4381618/exit-a-script-on-error)
set -e
set -e


# Fix FUSE permissions
# Fix FUSE and TUN permissions
chmod 777 /dev/fuse
chmod 777 /dev/fuse
chmod 777 /dev/net/tun


#---------------------
#---------------------
#  Entrypoint command
#  Entrypoint command