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

Commit f757116

Browse files
committed
update install script
1 parent 815e7d7 commit f757116

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/sh
22

3+
#TODO replace if condition with test to handle errors using status codes.
34
env_dir="$HOME/docker_box/db_env" &&
45
project_dir="$HOME/docker_box" &&
56
docker_api_port=2375 &&
@@ -181,7 +182,8 @@ install(){
181182
fi &&
182183

183184
echo ' ' &&
184-
printf '############## Network Setup, goto https://github.com/MicroPyramid/docker-box/wiki/Network for more info.'
185+
printf '############## Network Setup(https://github.com/MicroPyramid/docker-box/wiki/Network) #############' &&
186+
echo ' ' &&
185187
printf "Are there extra IP's"' with MAC addresses(y/n): ' &&
186188
read has_mac &&
187189
if [ "$has_mac" = "y" ]

0 commit comments

Comments
 (0)