Remove unused command.
authorGuo Xiang Tan <tgx_world@hotmail.com>
Mon, 15 Feb 2016 09:19:39 +0000 (17:19 +0800)
committerGuo Xiang Tan <tgx_world@hotmail.com>
Mon, 15 Feb 2016 09:22:00 +0000 (17:22 +0800)
samples/standalone.yml

index 9c17e79b8f416dc651c60936008e5e00604a39f5..e8403f69d26d2a33dbaafd630f6185ef52308ca1 100644 (file)
@@ -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;}'