From a1bc8635c3c171e56d04271419a3943ccb04fe01 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Mon, 15 Feb 2016 17:19:39 +0800 Subject: [PATCH] Remove unused command. --- samples/standalone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index 9c17e79..e8403f6 100644 --- 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;}' -- 2.25.1