unifi: Fix typo

This commit is contained in:
William A. Kennington III 2014-11-24 00:06:39 -08:00
parent b4c3eadd08
commit 3f7b2bc70d

View File

@ -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"
'';