diff options
| author | Dirk | 2013-03-19 18:37:28 +0100 |
|---|---|---|
| committer | Dirk | 2013-03-19 18:37:28 +0100 |
| commit | 55551dba0187ae1e5d36215109ed8d247756e848 (patch) | |
| tree | 4daf9bd5430255c7bcb739ff9006f167d2fcf966 /remote/modules | |
| parent | Stuff to activate swap ... (diff) | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-55551dba0187ae1e5d36215109ed8d247756e848.tar.gz tm-scripts-55551dba0187ae1e5d36215109ed8d247756e848.tar.xz tm-scripts-55551dba0187ae1e5d36215109ed8d247756e848.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
...
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/sshd/sshd.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/remote/modules/sshd/sshd.build b/remote/modules/sshd/sshd.build index aa4241e6..0b198c6c 100644 --- a/remote/modules/sshd/sshd.build +++ b/remote/modules/sshd/sshd.build @@ -13,6 +13,8 @@ build() { fi } -post_copy() { +post_copy() { mkdir -p "${TARGET_BUILD_DIR}/var/run/sshd" + + chmod go-rwx "${TARGET_BUILD_DIR}/etc/ssh/*" } |
