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
Vendored
+1 -1
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