fix: removed curly bracket from end of the command

This commit is contained in:
Paul Parsons
2019-02-24 21:20:17 +00:00
parent 96d65d1cc3
commit fd2bd62f57

View File

@ -63,7 +63,7 @@ class Rrd extends BaseValidation
}
if (substr(sprintf('%o', fileperms($rrd_dir)), -3) != 775) {
$validator->warn('Your RRD directory is not set to 0775', "chmod 775 $rrd_dir}");
$validator->warn('Your RRD directory is not set to 0775', "chmod 775 $rrd_dir");
}
}
}