/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-change-keytype

  • Committer: Teddy Hogeborn
  • Date: 2013-10-20 22:20:11 UTC
  • Revision ID: teddy@recompile.se-20131020222011-g2fvjicx5lrv4h4e
* mandos-change-keytype: Bug fix: call mandos-keygen from $PATH, not
                         current directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    --pubkey=/etc/keys/mandos/pubkey.txt \
38
38
    --seckey=/etc/keys/mandos/seckey.txt > "$PASSFILE"
39
39
 
40
 
./mandos-keygen --force "$@"
 
40
mandos-keygen --force "$@"
41
41
 
42
 
./mandos-keygen --passfile "$PASSFILE"
 
42
mandos-keygen --passfile "$PASSFILE"