diff --git a/stage4/32-pisdr-dump1090/00-run.sh b/stage4/32-pisdr-dump1090/00-run.sh index 110e1cb..b67e4be 100755 --- a/stage4/32-pisdr-dump1090/00-run.sh +++ b/stage4/32-pisdr-dump1090/00-run.sh @@ -16,7 +16,7 @@ apt-get install --no-install-recommends --no-install-suggests -y git build-essen pkg-config dh-systemd libncurses5-dev lighttpd zlib1g-dev zlib1g unzip rm -rf /usr/local/share/adsb-wiki/readsb-install/git -if ! git clone --branch stale --depth 1 https://github.com/wiedehopf/readsb.git "$ipath/git" +if ! git clone --branch stale --depth 1 https://github.com/wiedehopf/readsb.git "/usr/local/share/adsb-wiki/readsb-install/git" then echo "Unable to git clone the repository" exit 1