mirror of
https://github.com/acedanger/shell.git
synced 2026-03-24 21:21:49 -07:00
6 lines
129 B
Bash
Executable File
6 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
|
|
systemctl stop cloudflared
|
|
cp /home/acedanger/.cloudflared/config.yml /etc/cloudflared/
|
|
systemctl start cloudflared
|