CC-3586: airtime show recorder monit file should be removed
-fixed
This commit is contained in:
parent
f59af0db29
commit
05d0835cb8
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ class AirtimeMiscUpgrade{
|
|||
exec("sed -i 's/\$admin_pass/$pass/g' /etc/monit/conf.d/monit-airtime-generic.cfg");
|
||||
}
|
||||
|
||||
public static function updateMonitConfFiles(){
|
||||
echo "* Updating Monit Conf Files".PHP_EOL;
|
||||
@unlink("/etc/monit/conf.d/monit-airtime-show-recorder.cfg");
|
||||
}
|
||||
|
||||
public static function GenerateRandomString($p_len=20, $p_chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789')
|
||||
{
|
||||
$string = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue