Sync RTA Attempt to Fix Sensor Regex Error (#4213)
This commit is contained in:
committed by
GitHub
parent
5d2940fa7c
commit
1278c27967
@@ -4,6 +4,7 @@
|
||||
# 2.0.
|
||||
|
||||
import sys
|
||||
|
||||
from . import RtaMetadata, common
|
||||
|
||||
metadata = RtaMetadata(
|
||||
@@ -29,7 +30,7 @@ def main() -> None:
|
||||
common.log("Granting execute permissions...")
|
||||
common.execute(["chmod", "+x", masquerade])
|
||||
|
||||
commands = [masquerade, '-e', 'spawnsh', 'listen']
|
||||
commands = [masquerade, "-e", "spawnsh", "listen"]
|
||||
common.execute([*commands], timeout=5, kill=True)
|
||||
common.log("Cleaning...")
|
||||
common.remove_file(masquerade)
|
||||
|
||||
Reference in New Issue
Block a user