TheRosettaFoundation / SOLAS-Match

Self-managed translation project interface
www.TheRosettaFoundation.org
GNU Lesser General Public License v3.0
12 stars 8 forks source link

ln -s /vagrant/assets/conf.ini /var/www/html/match/Common/conf/conf.ini fails #1258

Closed alanbarrett closed 7 years ago

alanbarrett commented 7 years ago

@aquilax as requested...

Related to Vagrant provisioning this "ln -s /vagrant/assets/conf.ini /var/www/html/match/Common/conf/conf.ini" does not work on VirtualBox under Windows 10. See: https://github.com/TheRosettaFoundation/SOLAS-Match/blob/develop/vagrant/provision.sh#L68

It gives a "protocol error" when done by hand (i.e. independently of Vagrant). It is not a big issue as I can copy that one file, but I had mentioned a similar issue before but it seems that one line is the only one that fails.

Alan.