Quick syntax fix on the ./scripts/get-writefreely-binary.sh file

Signed-off-by: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2022-06-03 00:24:14 +08:00
parent 8b06e16cab
commit de50f74e5d
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -xe
if [[ "$EUID" != "0"]]; then
if [[ "$EUID" != "0" ]]; then
echo "error: Run this script again as root to install the binary to /usr/local/bin!"
fi