This commit is contained in:
2021-09-30 09:39:00 +08:00
parent c18b402a63
commit 90af00b235
3 changed files with 4 additions and 4 deletions

View File

@@ -278,7 +278,7 @@ public class RedisTools {
exec = value;
break;
case "updateIP":
exec = "python3 /media/yutou/4t/public/Python/tools/ip.py";
exec = "python3 /media/yutou/disk_lvm/public/Python/tools/ip.py";
break;
}
if (exec != null) {