From fd1ccc5b1f7decad1eaa90fe89ace3fe980ca3e0 Mon Sep 17 00:00:00 2001 From: OSC Web and Interface Applications Date: Thu, 13 Sep 2018 15:25:14 -0400 Subject: [PATCH] Fix for crash bin/setup --- bin/setup | 2 ++ tmp/.keep | 0 2 files changed, 2 insertions(+) mode change 100644 => 100755 bin/setup create mode 100644 tmp/.keep diff --git a/bin/setup b/bin/setup old mode 100644 new mode 100755 index c8e83009..fed07bd0 --- a/bin/setup +++ b/bin/setup @@ -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: diff --git a/tmp/.keep b/tmp/.keep new file mode 100644 index 00000000..e69de29b