diff options
| author | mo <mo.khan@gmail.com> | 2018-06-13 16:57:14 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2018-06-13 16:57:14 -0600 |
| commit | 809b9457f7fc6ef0e72a9b292034f6147330dd2c (patch) | |
| tree | 3eae52e7c853178e512ce3f34d7d61fb0a097e7f | |
| parent | dd188111c60f43acc29eda198230be99d38453e2 (diff) | |
specify permissions on trunk.
| -rw-r--r-- | lib/trunk/cli.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/trunk/cli.rb b/lib/trunk/cli.rb index 31cfbfe..33cf322 100644 --- a/lib/trunk/cli.rb +++ b/lib/trunk/cli.rb @@ -18,6 +18,7 @@ module Trunk desc "setup", "create the database" def setup FileUtils.touch(database_path) + FileUtils.chmod(0600, database_path) end private |
