fix dest of clone of RtspServer

This commit is contained in:
Isaac Connor 2021-03-18 17:46:00 -04:00
parent 53133ba051
commit 65ed17ab76
1 changed files with 1 additions and 1 deletions

View File

@ -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