unifi: Fix typo
This commit is contained in:
parent
b4c3eadd08
commit
3f7b2bc70d
@ -65,7 +65,7 @@ in
|
||||
# Create the volatile webapps
|
||||
mkdir -p "${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"
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user