pandora-scripts: try to fix currentuser/home mess
[openpandora.oe.git] / recipes / pandora-system / pandora-scripts / op_osupgrade.sh
index 197433e..186515b 100644 (file)
@@ -34,7 +34,9 @@ terminal -x bash -c \
      echo "Checking for updated packages..."; \
      opkg upgrade 2>&1; \
      touch /tmp/upgrade_ok; \
-     sync ) | tee /tmp/upgrade.log; \
+     sync; \
+     echo "Finished, press Ctrl-C to exit" ) \
+       | tee /tmp/upgrade.log; \
    test -e /tmp/upgrade_ok || sleep 3'
 
 sync