Skip to content
Snippets Groups Projects
Commit 370454a3 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Fix: Create link to /tmp in chroot. (Redmine issue: #7552)

parent 2b0f05e3
No related branches found
No related tags found
No related merge requests found
......@@ -137,5 +137,6 @@ print_subtitle 'Creating stubs for unit tests'
mkdir -p /vagrant/chroot
ln -s /etc /vagrant/chroot/etc
ln -s /var /vagrant/chroot/var
ln -s /tmp /vagrant/chroot/tmp
print_title '<DONE> PROVISIONING MENTAT SYSTEM'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment