Skip to content

Commit

Permalink
renamed vagrant script to accurately reflect non-privileged requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Baker committed Oct 5, 2018
1 parent bde95d8 commit 0ce5a02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def configureLinuxProvisioners(vmCfg)

vmCfg.vm.provision "shell",
privileged: false,
path: './scripts/vagrant-linux-priv-ui.sh'
path: './scripts/vagrant-linux-unpriv-ui.sh'

vmCfg.vm.provision "shell",
privileged: true,
Expand Down
File renamed without changes.

0 comments on commit 0ce5a02

Please sign in to comment.