mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
cmakecacheimport parameters
This commit is contained in:
@@ -6,7 +6,7 @@ echo "*** The file can be used with cmake like so: cmake -C zm_conf.cmake [extra
|
|||||||
echo "*** Usage: ./cmakecacheimport.sh [PATH TO ZM.CONF]"
|
echo "*** Usage: ./cmakecacheimport.sh [PATH TO ZM.CONF]"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# Check for too many prameters
|
# Check for too many parameters
|
||||||
if [[ "$#" -gt "0" && "$#" -ne "1" ]]; then
|
if [[ "$#" -gt "0" && "$#" -ne "1" ]]; then
|
||||||
echo "Error: Too many parameters!"
|
echo "Error: Too many parameters!"
|
||||||
exit 50
|
exit 50
|
||||||
|
|||||||
Reference in New Issue
Block a user