Update updateDomain.php (#47)

Remove bad space
This commit is contained in:
gitdevmod
2016-10-26 17:57:05 +02:00
committed by Franco Fichtner
parent 633a22ff3a
commit 57cfcddf30
@@ -53,7 +53,7 @@ if ($enabled == 1) {
'--auto-update',
'--computer-name',
strtolower($hostname),
' --keytab',
'--keytab',
$keytab
));
exec($cmd, $output_msktutil, $error_msktutil);