mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-05-10 21:48:30 +02:00
fix wrong check command in Vagrantfile
This commit is contained in:
parent
da0738d8c7
commit
10ce4a8dbe
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -31,7 +31,7 @@ Vagrant.configure('2') do |config|
|
||||||
|
|
||||||
config.vm.provision 'ufw-docker', type: 'shell', inline: <<-SHELL
|
config.vm.provision 'ufw-docker', type: 'shell', inline: <<-SHELL
|
||||||
set -ex
|
set -ex
|
||||||
/vagrant/ufw-docker is-installed || {
|
/vagrant/ufw-docker check || {
|
||||||
ufw allow OpenSSH
|
ufw allow OpenSSH
|
||||||
ufw allow from #{ip_prefix}.128/28 to any
|
ufw allow from #{ip_prefix}.128/28 to any
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue