06-12-2015, 04:22 PM
I think I know what is it.
Must have happened when repository was reset. I remember I fixed that at some point.
Run this:
When leafpad opens press Ctrl+F
Type in more and click find.
change more to cat in this line. Make sure there is a space after cat.
Now the line looks like this:
Save the changes. Ctrl+S or from the menu File -> Save
You probably have several pages when this command is called
And more expects user input in that case.
Must have happened when repository was reset. I remember I fixed that at some point.
Run this:
Code:
sudo leafpad /usr/scripts/systemreport
Type in more and click find.
change more to cat in this line. Make sure there is a space after cat.
Code:
more /etc/network/interfaces >> /tmp/systeminfo-"${DATE}".txt
Code:
cat /etc/network/interfaces >> /tmp/systeminfo-"${DATE}".txt
You probably have several pages when this command is called
Code:
more /etc/network/interfaces