add missing snap file
This commit is contained in:
parent
35c9e15494
commit
6f57b6b7c9
2 changed files with 7 additions and 4 deletions
|
|
@ -1,4 +0,0 @@
|
|||
!GlobalState
|
||||
assets:
|
||||
build-packages: []
|
||||
build-snaps: []
|
||||
7
sshpiperd/snap/snap/hooks/install
Executable file
7
sshpiperd/snap/snap/hooks/install
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
bin=$SNAP/sshpiperd
|
||||
key=$SNAP_COMMON/host_rsa_key
|
||||
|
||||
$bin genkey > $key
|
||||
Loading…
Add table
Add a link
Reference in a new issue