X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Vagrantfile;h=e5f30b307f21a238b7e537e98ae9cc6687aa8572;hb=b26da6096b0d384d3bcae2e94fbbea168813b128;hp=853daba0fe36c1e31c7e150cf6ac37137b70a4f5;hpb=5e5fde0a63c57d2873bfa29404110269ca9abeee;p=friendica.git diff --git a/Vagrantfile b/Vagrantfile index 853daba0fe..e5f30b307f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -37,7 +37,7 @@ Vagrant.configure(2) do |config| end # Enable provisioning with a shell script. - config.vm.provision "shell", path: "./util/vagrant_provision.sh" + config.vm.provision "shell", path: "./bin/dev/vagrant_provision.sh" # run: "always" # run: "once" end