Remove 'if true' wrapper from 06a0d30d50
This commit is contained in:
parent
cb55dfa6ae
commit
ae1a334a1d
@ -9,7 +9,6 @@ possibly_run_save_script()
|
|||||||
DISPLAY=:0 su - user -c /tmp/qubes-save-script
|
DISPLAY=:0 su - user -c /tmp/qubes-save-script
|
||||||
}
|
}
|
||||||
|
|
||||||
if true; then
|
|
||||||
echo user | /bin/sh /etc/qubes-rpc/qubes.WaitForSession
|
echo user | /bin/sh /etc/qubes-rpc/qubes.WaitForSession
|
||||||
possibly_run_save_script
|
possibly_run_save_script
|
||||||
umount /rw
|
umount /rw
|
||||||
@ -23,5 +22,3 @@ if true; then
|
|||||||
qubesdb-read /qubes-restore-complete || wait $watch_pid
|
qubesdb-read /qubes-restore-complete || wait $watch_pid
|
||||||
echo Back to life.
|
echo Back to life.
|
||||||
systemctl restart qubes-random-seed.service
|
systemctl restart qubes-random-seed.service
|
||||||
fi
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user