Files
shell/cloudflared_redeploy.sh
2023-07-20 00:49:15 +00:00

7 lines
146 B
Bash
Executable File

1
2 #!/bin/bash
3
4 systemctl stop cloudflared
5 cp /home/acedanger/.cloudflared/config.yml /etc/cloudflared/
6 systemctl start cloudflared