Remove /federated/apps/plane when uninstalling plane
This commit is contained in:
parent
b12c68ddfb
commit
07573ab09c
@ -482,4 +482,5 @@ start_plane() {
|
||||
uninstall_plane() {
|
||||
docker exec postgresql psql -U postgres -c "DROP DATABASE plane" &> /dev/null
|
||||
docker exec postgresql psql -U postgres -c "DROP USER plane" &> /dev/null
|
||||
rm -rf /federated/apps/plane
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user