diff --git a/utils/cleanup_vm.sh b/utils/cleanup_vm.sh index 1e30ee8..04eb748 100644 --- a/utils/cleanup_vm.sh +++ b/utils/cleanup_vm.sh @@ -50,7 +50,7 @@ done # Package specific cleanup # Clean pgsql data dir -(rpm -q postgresql | grep -q el6) && /bin/rm -rf /var/lib/pgsql/ +/bin/rm -rf /var/lib/pgsql/ # Clean tmp rm -rf /tmp/*