From 1114808391ea5c3129023b9d2234a52711683ca7 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Thu, 15 Sep 2022 14:41:16 +0200 Subject: [PATCH] chore: run vagrant post-install before libretime start (#2149) - We restart services such as postgresql and it generates confusing logs. --- Vagrantfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 718081686..0c03091d1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -83,16 +83,14 @@ Vagrant.configure('2') do |config| --in-place \ http://192.168.10.100:8080 + installer/vagrant/post-install.sh + libretime-api migrate systemctl restart libretime.target SCRIPT config.vm.provision 'install', type: 'shell', inline: $script - - config.vm.provision 'post-install', - type: 'shell', - path: 'installer/vagrant/post-install.sh' end # Define all the OS boxes we support