Browse Source

Remove dev echo

improve-reliability
Luke Childs 4 years ago
parent
commit
0c246185ef
  1. 2
      umbrel-dev

2
umbrel-dev

@ -118,7 +118,7 @@ if [[ "$command" = "init" ]]; then
# repo docker_image
repos="getumbrel/umbrel getumbrel/umbrel-dashboard getumbrel/umbrel-manager getumbrel/umbrel-middleware"
for repo in $repos; do
echo git clone "https://github.com/$repo.git" "$repo"
git clone "https://github.com/$repo.git" "$repo"
if [[ "$repo" != "getumbrel/umbrel" ]]; then
cp "$(get_script_location)/docker-compose.override.yml" "$repo/"
fi

Loading…
Cancel
Save