fix wrong check command in Vagrantfile

This commit is contained in:
Chai Feng 2018-12-01 12:08:01 +08:00
parent da0738d8c7
commit 10ce4a8dbe
No known key found for this signature in database
GPG Key ID: 2DCD9A24E523FFD2

2
Vagrantfile vendored
View File

@ -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