diff options
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 5bbe1b1..c2b44ee 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -1104,7 +1104,7 @@ else | |||
1104 | end | 1104 | end |
1105 | 1105 | ||
1106 | os.execute('sleep 1') -- Wait for things to start up before checking for them. | 1106 | os.execute('sleep 1') -- Wait for things to start up before checking for them. |
1107 | while 1 <= APT.checkExes("apt-panopticon.lua " .. sendArgs) do os.execute("sleep 10") end | 1107 | while 1 <= APT.checkExes("apt-panopticon.lua " .. sendArgs) do os.execute("sleep 5") end |
1108 | 1108 | ||
1109 | local APT_args = APT.args | 1109 | local APT_args = APT.args |
1110 | local APT_logFile = APT.logFile | 1110 | local APT_logFile = APT.logFile |