mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/mattermost: fix for webapp being renamed to client
This commit is contained in:
parent
a140a490d9
commit
e8c8370425
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ in
|
||||||
|
|
||||||
preStart = ''
|
preStart = ''
|
||||||
mkdir -p ${cfg.statePath}/{data,config,logs}
|
mkdir -p ${cfg.statePath}/{data,config,logs}
|
||||||
ln -sf ${pkgs.mattermost}/{bin,fonts,i18n,templates,webapp} ${cfg.statePath}
|
ln -sf ${pkgs.mattermost}/{bin,fonts,i18n,templates,client} ${cfg.statePath}
|
||||||
'' + lib.optionalString (!cfg.mutableConfig) ''
|
'' + lib.optionalString (!cfg.mutableConfig) ''
|
||||||
ln -sf ${mattermostConfJSON} ${cfg.statePath}/config/config.json
|
ln -sf ${mattermostConfJSON} ${cfg.statePath}/config/config.json
|
||||||
'' + lib.optionalString cfg.mutableConfig ''
|
'' + lib.optionalString cfg.mutableConfig ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue