We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175785e commit aa8a314Copy full SHA for aa8a314
system-info
@@ -261,6 +261,7 @@ function RefreshScript() {
261
chmod +x system-info
262
echo -e "Script was refeshed."
263
nl
264
+ unset DIR SOURCE
265
}
266
267
function CheckDebianBranch()
@@ -2435,6 +2436,8 @@ UserInput
2435
2436
MessageWait
2437
Writer less | \
2438
less -R # writing to less
2439
+# For unknown reasons, but related to the pipe timing, we need to waste a bit of time here
2440
+sleep 0.2
2441
## Post processing
2442
2443
RmOldReport
0 commit comments