mirror of
https://github.com/tytydraco/KTweak.git
synced 2024-11-04 06:00:43 +00:00
Do not print success logs
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
This commit is contained in:
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…
Reference in New Issue
Block a user