This commit is contained in:
2022-01-12 14:14:42 +08:00
parent fd5859e21e
commit 96c9a58288
11 changed files with 158 additions and 34 deletions

7
html/php/reboot.php Normal file
View File

@ -0,0 +1,7 @@
<?php
ignore_user_abort(true);
set_time_limit(0);
echo system("sudo killall TowerOptoSifAndSpectral");
echo system("sudo ./reboot.sh &");
echo "系统已重启";
//var_dump($output);