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