fix wrong check command in Vagrantfile
This commit is contained in:
parent
da0738d8c7
commit
10ce4a8dbe
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -31,7 +31,7 @@ Vagrant.configure('2') do |config|
|
||||
|
||||
config.vm.provision 'ufw-docker', type: 'shell', inline: <<-SHELL
|
||||
set -ex
|
||||
/vagrant/ufw-docker is-installed || {
|
||||
/vagrant/ufw-docker check || {
|
||||
ufw allow OpenSSH
|
||||
ufw allow from #{ip_prefix}.128/28 to any
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user