Merge remote-tracking branch 'flapflap/de-network_configuration'
[tails-test.git] / config / chroot_local-includes / usr / local / bin / tails-delete-persistent-volume
blob75b89447fd3a657a79fb1a789ca7f2a95de97c00
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 --step delete $@
9 xhost -SI:localuser:"$RUN_AS_USER"