From e410010b5ed97fd424a43dcde1aca8e233c47186 Mon Sep 17 00:00:00 2001 From: Ethan Dye Date: Thu, 6 May 2021 13:29:49 -0600 Subject: [PATCH] Fix ShellCheck errors in update.bash Signed-off-by: Ethan Dye --- update.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.bash b/update.bash index 3c2d88e..6a17f93 100755 --- a/update.bash +++ b/update.bash @@ -5,7 +5,7 @@ if [[ "$(id -u)" -ne 0 ]]; then exit 1 fi if ! [[ -f /usr/local/sbin/zram-config ]]; then - echo "ERROR: zram-config is not installed.\\nPlease run \"sudo ./install.bash\" to install zram-config instead." + echo -e "ERROR: zram-config is not installed.\\nPlease run \"sudo ./install.bash\" to install zram-config instead." exit 1 fi