mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
unifi: Fix typo
This commit is contained in:
parent
b4c3eadd08
commit
3f7b2bc70d
@ -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…
Reference in New Issue
Block a user