mirror of
https://github.com/jung-geun/DynamicDNS-SSL.git
synced 2025-12-20 04:50:45 +09:00
7 lines
225 B
Bash
7 lines
225 B
Bash
#!/bin/bash
|
|
@echo "Uninstalling Cloudflare DDNS and Certbot..."
|
|
@sudo rm -rf /app/cloudflare-ddns
|
|
@sudo rm /etc/cron.d/cloudflare-ddns
|
|
@sudo rm /var/log/cloudflare_ddns.log
|
|
@sudo rm /var/log/cloudflare_ddns.log.*
|
|
@echo "Done" |