shell scripts from io

This commit is contained in:
Peter Wood
2023-07-20 00:49:15 +00:00
parent 636be327bb
commit edfd39ce60
3 changed files with 58 additions and 0 deletions

6
cloudflared_redeploy.sh Executable file
View 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