Merge remote-tracking branch 'flapflap/de-network_configuration'
[tails-test.git] / config / chroot_local-includes / usr / local / bin / tails-persistence-setup
blob01f029a83bead2e23b9d593fdae821a7e2f1dc79
1 #!/bin/sh
3 set -e
5 RUN_AS_USER=tails-persistence-setup
7 xhost +SI:localuser:"$RUN_AS_USER"
8 sudo -u "$RUN_AS_USER" /usr/bin/tails-persistence-setup $@
9 xhost -SI:localuser:"$RUN_AS_USER"