From: Guo Xiang Tan Date: Mon, 15 Feb 2016 09:19:39 +0000 (+0800) Subject: Remove unused command. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a1bc8635c3c171e56d04271419a3943ccb04fe01;p=discourse_docker.git Remove unused command. --- 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;}'