CC-2806: Create upgrade template file
-missing function -comment out redundant code
This commit is contained in:
parent
421f543f99
commit
d93a9edcd2
4 changed files with 11 additions and 6 deletions
|
@ -544,6 +544,12 @@ class AirtimeConfigFileUpgrade{
|
|||
}
|
||||
}
|
||||
|
||||
private static function ChangeFileOwnerGroupMod($filename, $user){
|
||||
return (chown($filename, $user) &&
|
||||
chgrp($filename, $user) &&
|
||||
chmod($filename, 0640));
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue