unifi: Actually remove webapps at shutdown
This commit is contained in:
parent
9dff67eed7
commit
8309aa04b2
|
@ -70,7 +70,7 @@ in
|
|||
'';
|
||||
|
||||
postStop = ''
|
||||
rm "${stateDir}/webapps"
|
||||
rm -rf "${stateDir}/webapps"
|
||||
'';
|
||||
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Reference in New Issue