Do not print success logs

Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
This commit is contained in:
Tyler Nijmeh 2020-08-03 14:47:08 -07:00
parent 5e1767b079
commit 681e553497

View File

@ -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