diff options
Diffstat (limited to 'priv/templates/bin')
-rwxr-xr-x | priv/templates/bin | 2 |
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; |