mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-05-10 13:38:32 +02:00
create the symbolic link if not exist
This commit is contained in:
parent
10ce4a8dbe
commit
d4fbb6685c
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -42,7 +42,7 @@ Vagrant.configure('2') do |config|
|
||||||
|
|
||||||
ufw reload
|
ufw reload
|
||||||
|
|
||||||
ln -s /vagrant/ufw-docker /usr/local/bin/
|
[[ -L /usr/local/bin/ufw-docker ]] || ln -s /vagrant/ufw-docker /usr/local/bin/
|
||||||
}
|
}
|
||||||
SHELL
|
SHELL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue