From 0cb7c548559a9c19aeb9588381f7663e442fd67b Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Thu, 28 Feb 2019 15:40:16 +0100 Subject: [PATCH] Vagrantfile: Add a symlink to /usr/share/scripts/evoadmin, to ensure the latests scripts are used --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 5d5e6ec..2f80342 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -22,7 +22,9 @@ sed -e '/RewriteCond/ s/^#*/#/' -i /etc/apache2/sites-available/evoadmin.conf systemctl restart apache2 rm -rf /home/evoadmin/www/ +rm -rf /usr/share/scripts/evoadmin/ ln -s /vagrant/ /home/evoadmin/www +ln -s /vagrant/scripts /usr/share/scripts/evoadmin SCRIPT config.vm.define :packweb do |node|