mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
vagrant: Hide the vagrant-script directory
- It is just a support script and not part of the main source. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
b013d010a4
commit
7febdb16e3
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -51,7 +51,7 @@ an invalid SSL certificate).
|
||||
config.trigger.after [:up, :resume, :reload] do |trigger|
|
||||
trigger.info = "Set plinth user permissions for development environment"
|
||||
trigger.run_remote = {
|
||||
path: "vagrant-scripts/plinth-user-permissions.py"
|
||||
path: ".vagrant-scripts/plinth-user-permissions.py"
|
||||
}
|
||||
end
|
||||
config.vm.boot_timeout=1200
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user