projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a956d7e
)
Remove unused command.
author
Guo Xiang Tan
<tgx_world@hotmail.com>
Mon, 15 Feb 2016 09:19:39 +0000
(17:19 +0800)
committer
Guo Xiang Tan
<tgx_world@hotmail.com>
Mon, 15 Feb 2016 09:22:00 +0000
(17:22 +0800)
samples/standalone.yml
patch
|
blob
|
blame
|
history
diff --git
a/samples/standalone.yml
b/samples/standalone.yml
index 9c17e79b8f416dc651c60936008e5e00604a39f5..e8403f69d26d2a33dbaafd630f6185ef52308ca1 100644
(file)
--- a/
samples/standalone.yml
+++ b/
samples/standalone.yml
@@
-100,4
+100,3
@@
run:
#- exec: /usr/sbin/usermod -p "$(mkpasswd -m sha-256 'RAW_PASSWORD')" root
- exec: echo "End of custom commands"
- - exec: awk -F\# '{print $1;}' ~/.ssh/authorized_keys | awk 'BEGIN { print "Authorized SSH keys for this container:"; } NF>=2 {print $NF;}'