This repository has been archived on 2025-06-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
joeac.net-symfony/uninstall.sh
2025-06-06 19:19:21 +01:00

7 lines
159 B
Bash
Executable File

#!/bin/sh
set -eux
sudo rm ${CRONTABS_DIR:-/etc/cron.d}/joeacnet
sudo rm -rd ${LIB_DIR:-/lib}/joeac.net
sudo systemctl restart ${CRON_SERVICE:-crond.service}