update
This commit is contained in:
@@ -61,6 +61,12 @@ if ($type == "sys_RTC_module_time") {
|
||||
echo $output;
|
||||
}
|
||||
|
||||
if ($type == "sara_ping") {
|
||||
$command = 'sudo /usr/bin/python3 /var/www/nebuleair_pro_4g/SARA/sara_ping.py';
|
||||
$output = shell_exec($command);
|
||||
echo $output;
|
||||
}
|
||||
|
||||
if ($type == "git_pull") {
|
||||
$command = 'sudo git pull';
|
||||
$output = shell_exec($command);
|
||||
|
||||
Reference in New Issue
Block a user