mirror of
https://github.com/acedanger/shell.git
synced 2025-12-05 21:40:12 -08: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
|