mirror of
https://github.com/acedanger/shell.git
synced 2025-12-05 22:50:18 -08:00
renamed cloudflared redeploy shell script
This commit is contained in:
5
cloudflared-redeploy.sh
Executable file
5
cloudflared-redeploy.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
systemctl stop cloudflared
|
||||
cp /home/acedanger/.cloudflared/config.yml /etc/cloudflared/
|
||||
systemctl start cloudflared
|
||||
Reference in New Issue
Block a user