[Git][noosfero/noosfero][master] 2 commits: allow run the "quick-start" script from everywhere

Antonio Terceiro gitlab at gitlab.com
Sat Jul 18 09:05:23 BRT 2015


Antonio Terceiro pushed to branch master at Noosfero / noosfero


Commits:
3dc4f1e6 by Joenio Costa at 2015-07-17T23:15:28Z
allow run the "quick-start" script from everywhere

change current directory to the noosfero's root at the beginning of
the script execution

- - - - -
549bf1dc by Antonio Terceiro at 2015-07-18T12:04:48Z
Merge branch 'quick-start-out-of-noosfero-dir' into 'master'

allow run the "quick-start" script from everywhere

change current directory to the noosfero's root at the beginning of
the script execution

See merge request !627

- - - - -


1 changed file:

- script/quick-start


Changes:

=====================================
script/quick-start
=====================================
--- a/script/quick-start
+++ b/script/quick-start
@@ -61,6 +61,8 @@ setup_rubygems_path() {
   fi
 }
 
+# change current directory to the noosfero's root
+cd "$(dirname $0)/../"
 
 force_install=false
 if test "$1" = '--force-install'; then



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/2238acd557747b831ab246c4a59cb8d2a8c61368...549bf1dc1623087ddceb3b42a6dd12be71f5dcc6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150718/3c28f26d/attachment.html>


More information about the Noosfero-dev mailing list