unifi: Actually remove webapps at shutdown

This commit is contained in:
William A. Kennington III
2014-11-24 02:30:04 -08:00
parent 9dff67eed7
commit 8309aa04b2
+1 -1
View File
@@ -70,7 +70,7 @@ in
'';
postStop = ''
rm "${stateDir}/webapps"
rm -rf "${stateDir}/webapps"
'';
serviceConfig = {