aboutsummaryrefslogtreecommitdiffstats
path: root/tdf-postinst-udeb/finish-install.d/07tdf-postinst
diff options
context:
space:
mode:
Diffstat (limited to 'tdf-postinst-udeb/finish-install.d/07tdf-postinst')
-rwxr-xr-xtdf-postinst-udeb/finish-install.d/07tdf-postinst2
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 5901db4..47f6635 100755
--- a/tdf-postinst-udeb/finish-install.d/07tdf-postinst
+++ b/tdf-postinst-udeb/finish-install.d/07tdf-postinst
@@ -112,7 +112,7 @@ fi
modprobe -v -d/target virtio-console
in-target qemu-ga --daemonize --pidfile=/var/run/qemu-ga.pid
while :; do
- [ -f /target/etc/tdf-install-continue ] && break
+ [ -f /target/tmp/tdf-install-continue ] && break
sleep 1
done
kill `cat /target/var/run/qemu-ga.pid`