Capistrano 3: “find … - exec” Syntax in Task

后端 未结 0 1510
旧巷少年郎
旧巷少年郎 2021-02-13 23:05

I am trying to integrate this shell command into a Capistrano 3 after deploy task:

find /var/www/mysite/somepath/ -type d -exec chmod 775 {} \\;

相关标签:
回答
  • 消灭零回复
提交回复
热议问题