mirror of
https://github.com/jimeh/skyhook.git
synced 2026-02-19 11:06:38 +00:00
initial import
This commit is contained in:
7
init/actions/perms.rb
Normal file
7
init/actions/perms.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class PermsAction < Action
|
||||
|
||||
def ensure
|
||||
shell "chown -R www-data:www-data #{$skyhook_root}/www"
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user