nextcloud/server

occ config:system:set should return a different output when unchanged

開放

#24,300 建立於 2020年11月23日

 (3 則留言) (1 個反應) (0 位負責人)PHP (4,865 個分叉)batch import
1. to developenhancementfeature: occgood first issue

倉庫指標

星標
 (34,953 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Steps

  1. Run occ config:system:set mail_smtpmode --value mail_smtpmode
  2. 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.

貢獻者指南