repo.or.cz
/
tails-test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'flapflap/de-network_configuration'
[tails-test.git]
/
config
/
chroot_local-includes
/
usr
/
local
/
bin
/
tails-delete-persistent-volume
blob
75b89447fd3a657a79fb1a789ca7f2a95de97c00
1
#!/bin/sh
2
3
set -e
4
5
RUN_AS_USER
=
tails-persistence-setup
6
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
"