create the symbolic link if not exist
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user