Skip to content

Commit

Permalink
* The directory can't be created before running tinysshd-makekey.
Browse files Browse the repository at this point in the history
  • Loading branch information
grazzolini committed Aug 15, 2016
1 parent f02f50c commit 4a9adad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyssh_install
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ copy_openssh_keys() {

local return_code=1

if [ ! -d $destdir ]; then
if [ ! -d $destdir -a -x /usr/bin/tinyssh-convert ]; then
mkdir $destdir
fi

Expand Down

0 comments on commit 4a9adad

Please sign in to comment.