summaryrefslogtreecommitdiff
path: root/.gitcheck
diff options
context:
space:
mode:
Diffstat (limited to '.gitcheck')
-rwxr-xr-x.gitcheck2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitcheck b/.gitcheck
index 0e5df8bd..b3405a9c 100755
--- a/.gitcheck
+++ b/.gitcheck
@@ -10,6 +10,8 @@ git_email="placeholder@lbmkplaceholder.com"
main()
{
+ [ "$(id -u)" = "0" ] && return 0
+
if [ $# -gt 0 ]; then
if [ "${1}" = "clean" ]; then
clean 1> /dev/null