mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 03:20:12 -08:00
shell scripts from io
This commit is contained in:
6
cloudflared_redeploy.sh
Executable file
6
cloudflared_redeploy.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
1
|
||||
2 #!/bin/bash
|
||||
3
|
||||
4 systemctl stop cloudflared
|
||||
5 cp /home/acedanger/.cloudflared/config.yml /etc/cloudflared/
|
||||
6 systemctl start cloudflared
|
||||
Reference in New Issue
Block a user