Commit 3f7500ad authored by Michal Čihař's avatar Michal Čihař

Specify octal mode

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 251d1883
......@@ -228,4 +228,4 @@ def create_ssh_wrapper():
identity=ssh_file(RSA_KEY),
))
os.chmod(ssh_wrapper, 0755)
os.chmod(ssh_wrapper, 0o755)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment