Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit 815e7d7

Browse files
committed
install fix syntax
1 parent 6570f74 commit 815e7d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ install(){
184184
printf '############## Network Setup, goto https://github.com/MicroPyramid/docker-box/wiki/Network for more info.'
185185
printf "Are there extra IP's"' with MAC addresses(y/n): ' &&
186186
read has_mac &&
187-
if [ "$has_mac" = "y"]
187+
if [ "$has_mac" = "y" ]
188188
then
189189
create_macvlan_network
190190
fi &&

0 commit comments

Comments
 (0)