renamed cloudflared redeploy shell script

This commit is contained in:
Peter Wood
2023-11-23 15:33:11 +00:00
parent 8cb4faf587
commit fe2e5d2fb1

5
cloudflared-redeploy.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
systemctl stop cloudflared
cp /home/acedanger/.cloudflared/config.yml /etc/cloudflared/
systemctl start cloudflared