diff --git a/lib/plane.sh b/lib/plane.sh index 458df9f..245a8b5 100644 --- a/lib/plane.sh +++ b/lib/plane.sh @@ -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 }