Commit 386ee024 authored by Rafael Monnerat's avatar Rafael Monnerat

playbook/slapos-master-standalone: Make chmod recursive

  Remember that this workarround must be removed once the implementation changes to use caucase. 
parent 0744cd4f
......@@ -38,5 +38,5 @@
user=root
name="Adjust Permission"
minute=*/5
job="chmod 777 /etc/slapos-ssl > /dev/null 2>&1"
job="chmod -R 777 /etc/slapos-ssl > /dev/null 2>&1"
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