Skip to content

Commit da36682

Browse files
Thomas Kaiserayufan
authored andcommitted
Remove bogus log redirect (#48)
1 parent cecca62 commit da36682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/root/usr/local/sbin/pine64_diagnostics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ GenerateLog() {
147147
uname -a
148148

149149
echo -e "Searching for info on flash media... "
150-
get_flash_information >>${Log}
150+
get_flash_information
151151
which iostat >/dev/null 2>&1 && \
152152

153153
echo -e "\n### Current sysinfo:\n\n"

0 commit comments

Comments
 (0)