Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernesto Gutierrez committed Nov 9, 2022
1 parent f0899ea commit a2c8b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnfPackageLookup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ echo "$(date +'%D %r') - output list of new packages will be of ${width} caracte
totalCores=$(grep -c processor /proc/cpuinfo)
halfCores=$(( totalCores / 2 ))
echo "$(date +'%D %r') - system is deemed iddle if the 5 min cpu load average is less than ${halfCores}" | tee ${logFile}
exit

while [ true ]; do
# the output format of `uptime` changes if the machine runs for longer than a day
# 1m 5m 15m
Expand Down

0 comments on commit a2c8b09

Please sign in to comment.