#!/bin/sh set -e RUN_AS_USER=tails-persistence-setup cd / xhost +SI:localuser:"$RUN_AS_USER" sudo -u "$RUN_AS_USER" /usr/bin/tails-persistence-setup $@ xhost -SI:localuser:"$RUN_AS_USER"