Files
shell/cloudflared_redeploy.sh

6 lines
129 B
Bash
Executable File

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