Fixed typo.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3380 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
b3d8279dfc
commit
962b61f269
|
@ -164,7 +164,7 @@ if ( $command =~ /^(?:start|restart)$/ )
|
|||
# Recreate the temporary directory if it's been wiped
|
||||
if ( !-e "@ZM_TMPDIR@" )
|
||||
{
|
||||
Debug( "Recreating temporary dirrectory '@ZM_TMPDIR@'" );
|
||||
Debug( "Recreating temporary directory '@ZM_TMPDIR@'" );
|
||||
mkdir( "@ZM_TMPDIR@", 0700 ) or Fatal( "Can't create missing temporary directory '@ZM_TMPDIR@': $!" );
|
||||
my ( $runName ) = getpwuid( $> );
|
||||
if ( $runName ne ZM_WEB_USER )
|
||||
|
|
Loading…
Reference in New Issue