We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7728495 commit 99f659cCopy full SHA for 99f659c
VERSION
@@ -1 +1 @@
1
-v1.2.4
+v1.2.5
install
@@ -2,6 +2,11 @@
2
3
set -e
4
5
+if [[ "$USER" == root ]]; then
6
+ echo "Please run 'bash install' as non-root user" 2>&1
7
+ exit 1
8
+fi
9
+
10
DIR="$(dirname "$0")"
11
VERSION="$(cat $DIR/VERSION | tr -d '[:space:]')"
12
0 commit comments