]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Edit/open: wait for background process to finish (#49)
authorrhatto@riseup.net <Silvio Rhatto>
Thu, 17 Apr 2014 20:48:57 +0000 (17:48 -0300)
committerrhatto@riseup.net <Silvio Rhatto>
Thu, 17 Apr 2014 20:48:57 +0000 (17:48 -0300)
ChangeLog
lib/keyringer/actions/edit

index efc8dc800a7dfcf4e5f0e3be30e43ee8b5fec32b..742307cf2057dbebe82dbdb028460c34e467fd0d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-04-11 - Silvio Rhatto <rhatto@riseup.net>
 
+       Edit/open: wait for background process to finish (#49)
+
        Edit: use encrypt action
 
        Encrypt: support for KEYRINGER_ADD_EXTENSION environment variable
index 2267f37e7f25aac70d0ba770a2e8b18fed1129ca..576bb6789ec8d28bb4675699af327f9a6c7921ad 100755 (executable)
@@ -41,6 +41,7 @@ echo "Press any key to open the decrypted data with $APP, Ctrl-C to abort"
 echo "WARNING: please make sure that $APP doesn't leak data to external applications os files"
 read key
 $APP "$TMPWORK"
+wait
 
 # Encrypt again
 export KEYRINGER_ADD_EXTENSION=false