From 10ce4a8dbe137fbd3c0a910f9c9a51717d4b4381 Mon Sep 17 00:00:00 2001 From: Chai Feng Date: Sat, 1 Dec 2018 12:08:01 +0800 Subject: [PATCH] fix wrong check command in Vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 491dd22..2354d35 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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