Skip to content

Commit

Permalink
Fix for crash bin/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
OSC Web and Interface Applications committed Sep 13, 2018
1 parent c1c2523 commit fd1ccc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/setup
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ include FileUtils
# path to your application root.
APP_ROOT = Pathname.new File.expand_path("../../", __FILE__)

puts APP_ROOT

chdir APP_ROOT do
# This script is a starting point to setup your application.
# Add necessary setup steps to this file:
Expand Down
Empty file added tmp/.keep
Empty file.

0 comments on commit fd1ccc5

Please sign in to comment.