diff --git a/initdb.py b/initdb.py index 0ce64c8b5..2cd57708f 100644 --- a/initdb.py +++ b/initdb.py @@ -16,12 +16,14 @@ store = app.config['STORAGE'] SAMPLE_DIFFS = ['test/data/sample/diffs/diffs%s.json' % i for i in range(1, 10)] -SAMPLE_CMDS = [['/bin/bash'], +SAMPLE_CMDS = [["/bin/bash"], ["/bin/sh", "-c", "echo \"PasswordAuthentication no\" >> /etc/ssh/sshd_config"], ["/bin/sh", "-c", "sed -i 's/#\\(force_color_prompt\\)/\\1/' /etc/skel/.bashrc"], ["/bin/sh", "-c", "#(nop) EXPOSE [8080]"], + ["/bin/sh", "-c", + "#(nop) MAINTAINER Jake Moshenko "], None] REFERENCE_DATE = datetime(2013, 6, 23) diff --git a/test/data/test.db b/test/data/test.db index 677baedd3..bc58279da 100644 Binary files a/test/data/test.db and b/test/data/test.db differ