Check IP in gl-pre-git hook
This commit is contained in:
parent
8f5cd9a6be
commit
d7686f68c0
3 changed files with 77 additions and 59 deletions
|
@ -18,7 +18,7 @@ then
|
|||
fi
|
||||
done
|
||||
|
||||
elif [ "$KERNEL" = "Linux"]
|
||||
elif [ "$KERNEL" = "Linux" ]
|
||||
then
|
||||
|
||||
if [ -f "/etc/debian_version" ]
|
||||
|
|
Reference in a new issue