Skip to content

Commit

Permalink
Fix ShellCheck errors in update.bash
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
  • Loading branch information
ecdye committed May 6, 2021
1 parent f33b6fa commit e410010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e410010

Please sign in to comment.