Do not print success logs

Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
latency
Tyler Nijmeh 4 years ago
parent 5e1767b079
commit 681e553497

@ -29,9 +29,6 @@ ctl() {
echo "[!] Failed to write $2 to $1. Skipping." echo "[!] Failed to write $2 to $1. Skipping."
return 1 return 1
fi fi
# Print new state
echo "[*] $1: $curval --> $2"
} }
# Safely write value to file # Safely write value to file
@ -62,9 +59,6 @@ write() {
echo "[!] Failed to write $2 to $1. Skipping." echo "[!] Failed to write $2 to $1. Skipping."
return 1 return 1
fi fi
# Print new state
echo "[*] $1: $curval --> $2"
} }
# Setup ZRAM to half of the available RAM # Setup ZRAM to half of the available RAM

Loading…
Cancel
Save