~mclehman/guestctl

f10c76d291de116cb399a9c56e966ea7f94453f3 — Max Lehman 4 years ago 20a3910
Fix password templating issue.
2 files changed, 2 insertions(+), 2 deletions(-)

M META6.json
M bin/guestctl
M META6.json => META6.json +1 -1
@@ 11,7 11,7 @@
        "templates/docker-compose.tmpl",
        "templates/sshd_config.tmpl"
    ],
    "version" : "0.0.2",
    "version" : "0.0.3",
    "production" : false,
    "perl" : "v6.*",
    "authors" : [

M bin/guestctl => bin/guestctl +1 -1
@@ 105,7 105,7 @@ multi MAIN("new", $guest) {
                             prompt     => "Guest username: "
                         },
                         {
                             key        => "password",
                             key        => "temporarypassword",
                             prompt     => "(populates dockerfile, change immediately on getting access)\nGuest password: "
                         },
                         {