7 lines
159 B
Bash
Executable File
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}
|