Files
skyhook/init/actions/perms.rb
2009-12-10 20:45:56 +02:00

7 lines
117 B
Ruby

class PermsAction < Action
def ensure
shell "chown -R www-data:www-data #{$skyhook_root}/www"
end
end