From 755a35dd93558876469aafb19c19d75d6e92a5c7 Mon Sep 17 00:00:00 2001 From: Christoph Jansen Date: Tue, 2 Jun 2015 16:54:53 +0200 Subject: [PATCH] added author info to readme; fixed type in provision.sh --- README.md | 4 ++++ provision.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14c7785..1ad3d05 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,7 @@ Once the Vagrant box is up and running XNAT is available at http://192.168.50.50 ### Change IP address of Vagrant box: * Change xdat.url option in build.properties * Change config.vm.network option in Vagrantfile + +### Author +Christoph Jansen, HTW Berlin
+https://github.com/QMROCT/vagrant-xnat diff --git a/provision.sh b/provision.sh index 2680897..a7bd673 100644 --- a/provision.sh +++ b/provision.sh @@ -1,4 +1,4 @@ -vag#!/bin/bash +#!/bin/bash XNAT=xnat-1.6.4