Files
mir-godot/tools/update.sh

9 lines
184 B
Bash
Raw Permalink Normal View History

2024-03-03 22:59:18 +08:00
#!/bin/sh
set -e
2024-08-06 18:30:21 +08:00
sudo rm -rf /etc/nginx/conf.d/* && sudo rm -rf /etc/nginx/ssl/* && sudo rm -rf /data/wwwroot/service/*
2024-03-03 22:59:18 +08:00
2024-08-06 18:30:21 +08:00
sudo cp -r ./centos/* /
2024-03-03 22:59:18 +08:00
2024-08-06 18:30:21 +08:00
sudo cp -r ../service /data/wwwroot/