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