mirror of
https://github.com/sascha-hemi/ufw-docker.git
synced 2026-03-21 05:06:37 +01:00
create the symbolic link if not exist
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -42,7 +42,7 @@ Vagrant.configure('2') do |config|
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user