unifi: Actually remove webapps at shutdown

This commit is contained in:
William A. Kennington III 2014-11-24 02:29:53 -08:00
parent 9dff67eed7
commit 8309aa04b2
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ in
'';
postStop = ''
rm "${stateDir}/webapps"
rm -rf "${stateDir}/webapps"
'';
serviceConfig = {