Skip to content

Commit aa8a314

Browse files
committed
Added 0.2 second delay.
1 parent 175785e commit aa8a314

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

system-info

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ function RefreshScript() {
261261
chmod +x system-info
262262
echo -e "Script was refeshed."
263263
nl
264+
unset DIR SOURCE
264265
}
265266

266267
function CheckDebianBranch()
@@ -2435,6 +2436,8 @@ UserInput
24352436
MessageWait
24362437
Writer less | \
24372438
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
24382441
## Post processing
24392442
MessageWait
24402443
RmOldReport

0 commit comments

Comments
 (0)