From 65ed17ab76c15ef70b48eac2f8d2895d28f1b8e8 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 18 Mar 2021 17:46:00 -0400 Subject: [PATCH] fix dest of clone of RtspServer --- utils/packpack/startpackpack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/packpack/startpackpack.sh b/utils/packpack/startpackpack.sh index 950f5fcf2..ef370aea5 100755 --- a/utils/packpack/startpackpack.sh +++ b/utils/packpack/startpackpack.sh @@ -122,7 +122,7 @@ commonprep () { echo "Found existing RtspServer..." else echo "Cloning RtspServer ..." - git clone https://github.com/ZoneMinder/RtspServer + git clone https://github.com/ZoneMinder/RtspServer build/RtspServer if [ $? -ne 0 ]; then echo "ERROR: CakePHP-Enum-Behavior tarball retreival failed..." exit 1