mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 03:20:12 -08:00
7 lines
146 B
Bash
Executable File
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
|