~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to src/utils/ecryptfs-recover-private

  • Committer: Tyler Hicks
  • Author(s): Jason Xing
  • Date: 2017-06-09 14:38:24 UTC
  • Revision ID: tyhicks@canonical.com-20170609143824-zls1ak42b0t019o8
src/utils/ecryptfs-recover-private: Prevent ecryptfs-recover-private command is
terminated because of printing warnings. So just get rid of line "exit 1" in
the warn() function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
warn() {
26
26
        echo "WARNING: $@" 1>&2
27
 
        exit 1
28
27
}
29
28
 
30
29
info() {