Skip to content
This repository was archived by the owner on Jun 9, 2026. It is now read-only.
This repository was archived by the owner on Jun 9, 2026. It is now read-only.

config::set should check for actual setting #16

Description

@ju5t

config::set checks if a setting exists in directadmin.conf. There are situations where this can be a problem. Especially when DirectAdmin changes some of their internal logic as happened with the SSL to ssl (upper to lowercase) transition.

We should use a similar approach as custombuild::config::set, but instead of checking the configuration, it should check the actual configuration like so:

./directadmin c | grep ^ssl=

and

./directadmin set ssl 1

This shouldn't be a major change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions