mirror of
https://github.com/jimeh/skyhook.git
synced 2026-02-19 11:06:38 +00:00
7 lines
117 B
Ruby
7 lines
117 B
Ruby
class PermsAction < Action
|
|
|
|
def ensure
|
|
shell "chown -R www-data:www-data #{$skyhook_root}/www"
|
|
end
|
|
|
|
end |