mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Update Vagrant script path
This commit is contained in:
parent
2d9f32c3df
commit
12b5963f22
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue