- Code: Select all
awk -F"[,=]+" '{print $2}' /etc/raidiator_version
Gives 4.01c1-p6
- Code: Select all
awk -F"[,=]+" '{print $2}' /var/log/raidiator_version
Gives 4.1.6
Same issue on two NASes? Why is there a difference?
awk -F"[,=]+" '{print $2}' /etc/raidiator_versionawk -F"[,=]+" '{print $2}' /var/log/raidiator_versionmdgm wrote:
- Code: Select all
awk -F"[,=]+" '{print $2}' /etc/raidiator_version
Gives 4.01c1-p6
- Code: Select all
awk -F"[,=]+" '{print $2}' /var/log/raidiator_version
Gives 4.1.6
Same issue on two NASes? Why is there a difference?
chirpa wrote:As beisser said, that was the old version format. Still means the same, just laid out different.
Return to ReadyNAS Developers Network
Users browsing this forum: No registered users and 17 guests