6b9b41bf3b92 — russes02 12 years ago
scripts: catch up with the rename
1 files changed, 1 insertions(+), 1 deletions(-)

M scripts/progress
M scripts/progress +1 -1
@@ 28,7 28,7 @@ while true; do
 	TIMEREMAIN=`dc -e "$TIMEREMAIN 1/p"`
 	ETA=`date -d "$TIMEREMAIN seconds" +%H:%M:%S`
 	printf "Remaining time est.: %02d:%02d:%02d (%s)\n" $(($TIMEREMAIN/3600)) $(($TIMEREMAIN%3600/60)) $(($TIMEREMAIN%60)) $ETA
-	${D}/memuse.plot -u $BASE 
+	${D}/memuse -u $BASE 
 	cp ${BASE}/memuse.svg ~/public_html/memuse.svg
 	sleep 30
 done