Files
shell/cloudflared-redeploy.sh
2023-11-23 15:33:11 +00:00

6 lines
129 B
Bash
Executable File

#!/bin/bash
systemctl stop cloudflared
cp /home/acedanger/.cloudflared/config.yml /etc/cloudflared/
systemctl start cloudflared