CLI: improved show memory command

This commit is contained in:
Olof hagsand 2024-06-08 14:51:36 +02:00
parent 8d05432e98
commit ef89561215
3 changed files with 98 additions and 34 deletions

View file

@ -314,7 +314,7 @@ sleep 1
new "Check running subfile not changed"
s2=$(stat -c "%Y" $dir/running.d/${subfilename})
if [ $s1 -ne $s2 ]; then
if [ $s1 -ne $s2 ]; then # XXX Sometimes fails
err "Timestamp not changed" "$s1 != $s2"
fi