#!/bin/bash

if [ "$1" = "purge" ]
then
  userdel openbao
fi

exit 0
