scripts: if running inside the snap don't use /run

This commit is contained in:
Simon Fels 2018-08-03 17:11:57 +02:00
commit 551f25208f

View file

@ -18,6 +18,10 @@
varrun="/run/anbox"
if [ -n "$SNAP_DATA" ]; then
varrun="$SNAP_DATA"/network
fi
BRIDGE="anbox0"
# IPv4