restart script

This commit is contained in:
Tsanie 2024-06-26 15:00:07 +08:00
parent 151153922c
commit 2ff3562b11
Signed by: tsanie
GPG Key ID: DA27B68C1D10203C

8
@restart.cmd Normal file
View File

@ -0,0 +1,8 @@
@echo off
scp usr\share\javascript\proxmox-widget-toolkit\proxmoxlib.js pve.tsanie.org:/usr/share/javascript/proxmox-widget-toolkit/
scp usr\share\perl5\PVE\API2\Nodes.pm pve.tsanie.org:/usr/share/perl5/PVE/API2/
scp usr\share\pve-manager\js\pvemanagerlib.js pve.tsanie.org:/usr/share/pve-manager/js/
echo "/root/restart_pveproxy" | ssh pve.tsanie.org
pause