wrong path to scripts
Opened this issue · 0 comments
sgentil commented
trivadislabs.com/ol7db19/Vagrantfile
Lines 90 to 96 in 6710d5d
should be:
cfg.vm.provision "shell", path: "../common/scripts/02_install_db_binaries.sh"
# install Trivadis BasEnv
cfg.vm.provision "shell", path: "../common/scripts/03_install_basenv.sh"
# configure TNSADMIN
cfg.vm.provision "shell", path: "../common/scripts/04_config_tnsadmin.sh"
# create databases
cfg.vm.provision "shell", path: "../common/scripts/05_create_databases.sh"