mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
AcmeClient: Fixed default chmod not getting applied (type problem).
This commit is contained in:
@@ -110,8 +110,8 @@ const EXAMPLES = <<<TXT
|
||||
TXT;
|
||||
|
||||
// Permissions
|
||||
const DEFAULT_CERT_MODE = 0440;
|
||||
const DEFAULT_KEY_MODE = 0400;
|
||||
const DEFAULT_CERT_MODE = '0440';
|
||||
const DEFAULT_KEY_MODE = '0400';
|
||||
|
||||
// Names
|
||||
const UPLOAD_NAME_TEMPLATES = [
|
||||
|
||||
Reference in New Issue
Block a user