diff --git a/deploy-tools.sh b/deploy-tools.sh index e87623b..dbebb60 100755 --- a/deploy-tools.sh +++ b/deploy-tools.sh @@ -1,6 +1,6 @@ #!/bin/sh -if [ "$(id -u)" -eq 0 ]; then +if [ "$(id -u)" -ne 0 ]; then echo "Please run as root" exit fi