X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Vagrantfile;h=e5f30b307f21a238b7e537e98ae9cc6687aa8572;hb=refs%2Fheads%2Ffixes%2Fe-notice-mod-admin;hp=853daba0fe36c1e31c7e150cf6ac37137b70a4f5;hpb=7acb4b04343df31c2cc78214fae5429c66d95fb2;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