mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
nc-trusted-domains: dont return 1 if last domain is empty
Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
parent
a834ba0013
commit
6245770b1d
@ -13,6 +13,7 @@ configure()
|
||||
[[ "$DOMAIN1" != "" ]] && ncc config:system:set trusted_domains 20 --value="$DOMAIN1"
|
||||
[[ "$DOMAIN2" != "" ]] && ncc config:system:set trusted_domains 21 --value="$DOMAIN2"
|
||||
[[ "$DOMAIN3" != "" ]] && ncc config:system:set trusted_domains 22 --value="$DOMAIN3"
|
||||
return 0
|
||||
}
|
||||
|
||||
install(){ :; }
|
||||
|
||||
@ -1,7 +1,9 @@
|
||||
|
||||
[v1.46.2](https://github.com/nextcloud/nextcloudpi/commit/6f53314) (2022-03-02) samba: fix usernames with spaces
|
||||
[v1.46.3](https://github.com/nextcloud/nextcloudpi/commit/0de1479) (2022-03-02) nc-trusted-domains: dont return 1 if last domain is empty
|
||||
|
||||
[v1.46.1](https://github.com/nextcloud/nextcloudpi/commit/b4ef137) (2022-03-02) nc-datadir: include dotfiles
|
||||
[v1.46.2 ](https://github.com/nextcloud/nextcloudpi/commit/2ba1478) (2022-03-02) samba: fix usernames with spaces
|
||||
|
||||
[v1.46.1 ](https://github.com/nextcloud/nextcloudpi/commit/b4ef137) (2022-03-02) nc-datadir: include dotfiles
|
||||
|
||||
[v1.46.0 ](https://github.com/nextcloud/nextcloudpi/commit/2b59e26) (2022-03-01) upgrade to NC23.0.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user