Skip to content

Commit 755a35d

Browse files
committed
added author info to readme; fixed type in provision.sh
1 parent b0c9cdd commit 755a35d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ Once the Vagrant box is up and running XNAT is available at http://192.168.50.50
1919
### Change IP address of Vagrant box:
2020
* Change xdat.url option in build.properties
2121
* Change config.vm.network option in Vagrantfile
22+
23+
### Author
24+
Christoph Jansen, HTW Berlin<br/>
25+
https://github.com/QMROCT/vagrant-xnat

provision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
vag#!/bin/bash
1+
#!/bin/bash
22

33
XNAT=xnat-1.6.4
44

0 commit comments

Comments
 (0)