Vagrantfile: Add a symlink to /usr/share/scripts/evoadmin, to ensure the latests scripts are used

Cette révision appartient à :
Ludovic Poujol 2019-02-28 15:40:16 +01:00
Parent 3a19d14e3a
révision 0cb7c54855
1 fichiers modifiés avec 2 ajouts et 0 suppressions

2
Vagrantfile externe
Voir le fichier

@ -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|