mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 03:26:08 +03:00
unifi: Fix typo
This commit is contained in:
parent
b4c3eadd08
commit
3f7b2bc70d
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ in
|
||||||
# Create the volatile webapps
|
# Create the volatile webapps
|
||||||
mkdir -p "${stateDir}/webapps"
|
mkdir -p "${stateDir}/webapps"
|
||||||
chown unifi "${stateDir}/webapps"
|
chown unifi "${stateDir}/webapps"
|
||||||
rm -f "{stateDir}/webapps/ROOT.war"
|
rm -f "${stateDir}/webapps/ROOT.war"
|
||||||
ln -s "${pkgs.unifi}/webapps/ROOT.war" "${stateDir}/webapps/ROOT.war"
|
ln -s "${pkgs.unifi}/webapps/ROOT.war" "${stateDir}/webapps/ROOT.war"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue