diff extra/soundsoftware/scripted-deploy/vagrant/vagrant-provision.sh @ 1582:f26dc3004b3f dockerise

A currently-failing attempt to get this setup working on Centos 7. Stalling on the problem of getting a recent enough system Ruby
author Chris Cannam
date Tue, 15 Aug 2017 16:26:46 +0100
parents ae8043b014c7
children d0d59d12db94
line wrap: on
line diff
--- a/extra/soundsoftware/scripted-deploy/vagrant/vagrant-provision.sh	Tue Aug 15 13:33:56 2017 +0100
+++ b/extra/soundsoftware/scripted-deploy/vagrant/vagrant-provision.sh	Tue Aug 15 16:26:46 2017 +0100
@@ -7,7 +7,7 @@
 
 set -e
 
-for f in /vagrant/provision.d/[0-9]* ; do
+for f in /vagrant-code/extra/soundsoftware/scripted-deploy/vagrant/provision.d/[0-9]* ; do
     case "$f" in
         *~) ;;
         *) echo "Running provision script: $f"