silkos.sh 118 B

1234567
  1. if [ ! -z "$(id chrony)" ]; then
  2. userdel chrony
  3. fi
  4. if [ ! -z "$(getent group chrony)" ]; then
  5. groupdel -f chrony
  6. fi