nextcloud/server
occ config:system:set should return a different output when unchanged
开放
#24,300 创建于 2020年11月23日
1. to developenhancementfeature: occgood first issue
仓库指标
- 星标
- (34,953 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Steps
- Run
occ config:system:set mail_smtpmode --value mail_smtpmode - Run it again
Expected result
An output with "Already set"
Actual result
Exact same output.
Version
Nextcloud 20.0.2
Context
When using tools like Ansible, one might want to know whether a value was changed or not to be able to set the changed_when clause there based stdout result.
Also needs to be applied to the other occ config:*:set commands.