diff options
Diffstat (limited to 'tdf-postinst-udeb/finish-install.d/07tdf-postinst')
-rwxr-xr-x | tdf-postinst-udeb/finish-install.d/07tdf-postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdf-postinst-udeb/finish-install.d/07tdf-postinst b/tdf-postinst-udeb/finish-install.d/07tdf-postinst index 428b018..5901db4 100755 --- a/tdf-postinst-udeb/finish-install.d/07tdf-postinst +++ b/tdf-postinst-udeb/finish-install.d/07tdf-postinst @@ -115,4 +115,4 @@ while :; do [ -f /target/etc/tdf-install-continue ] && break sleep 1 done -kill `cat /var/run/qemu-ga.pid` +kill `cat /target/var/run/qemu-ga.pid` |