From 6aa8737ed563f977f9dfc1ddddd0f4e5fc2ce65e Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 12 Nov 2015 15:11:14 -0200 Subject: [PATCH] Remove obsolete symlink added by old versions --- script/quick-start | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/script/quick-start b/script/quick-start index e7d943e..a9d994d 100755 --- a/script/quick-start +++ b/script/quick-start @@ -133,6 +133,9 @@ if [ ! -f .gitignore ]; then ln -s gitignore.example .gitignore fi +# remove obsolete symbolic link added by old versions +rm -f vendor/rails + # you can now start the server say "I: Congratulations, you are ready to run Noosfero." say "I: To execute Noosfero in development mode, run \`./script/development\` and browse to http://localhost:3000" -- libgit2 0.21.2