Move challenge into pkg
This commit is contained in:
parent
1c522d1780
commit
7a684f7d03
6 changed files with 3 additions and 3 deletions
|
@ -32,10 +32,10 @@ files:
|
|||
mode: "0644"
|
||||
|
||||
- path: bin/adlin
|
||||
source: challenge/adlin
|
||||
source: pkg/challenge/adlin
|
||||
mode: "0755"
|
||||
- path: etc/issue
|
||||
source: challenge/issue
|
||||
source: pkg/challenge/issue
|
||||
mode: "0644"
|
||||
- path: etc/passwd
|
||||
contents: |
|
||||
|
@ -60,7 +60,7 @@ files:
|
|||
reboot -f
|
||||
mode: "0755"
|
||||
- path: init
|
||||
source: challenge/init
|
||||
source: pkg/challenge/init
|
||||
mode: "0755"
|
||||
- path: sbin/fakelogin
|
||||
contents: |
|
||||
|
|
Reference in a new issue