aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/bin
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/bin')
-rwxr-xr-xpriv/templates/bin2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/bin b/priv/templates/bin
index 3067259..0b439c3 100755
--- a/priv/templates/bin
+++ b/priv/templates/bin
@@ -2,7 +2,7 @@
set -e
-SCRIPT=$(readlink $0)
+SCRIPT=$(readlink $0 || true)
if [ -z $SCRIPT ]; then
SCRIPT=$0
fi;