Sha256: bb3b3ab6e1cc97bc50b7cfd95116dc409679027971bf6e9918961e9b73d21005

Contents?: true

Size: 362 Bytes

Versions: 2

Compression:

Stored size: 362 Bytes

Contents

#!/bin/bash
set -e

# Figure out where this script is located.
SELFDIR="`dirname \"$0\"`"
SELFDIR="`cd \"$SELFDIR\" && pwd`"

export BUNDLE_GEMFILE="$SELFDIR/lib/vendor/Gemfile"
unset BUNDLE_IGNORE_CONFIG

# Run the actual app using the bundled Ruby interpreter.
exec "$SELFDIR/lib/ruby/bin/ruby" -rbundler/setup -I$SELFDIR/lib/app/lib "$SELFDIR/lib/app/zrc" $@

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
zabbix-ruby-client-0.1.3 packaging/run.sh
zabbix-ruby-client-0.1.2 packaging/run.sh