X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Vagrantfile;h=e5f30b307f21a238b7e537e98ae9cc6687aa8572;hb=a0ed67ddd40aa8dffce08c17e8f72a6e8fa203e2;hp=853daba0fe36c1e31c7e150cf6ac37137b70a4f5;hpb=a0451e1c6285212ed406b343b97e4a53859a673d;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