Sha256: 70c87e7dde013944f50657d42a780b355fa6a4289533f6517e5b2ed75c4c239d

Contents?: true

Size: 337 Bytes

Versions: 3

Compression:

Stored size: 337 Bytes

Contents

#!/usr/bin/env ruby

# Disable verbose (when running from cron) to squash warnings output by rest_client (1.6.1)
unless STDOUT.isatty
  $VERBOSE = nil
end

require File.dirname(__FILE__) + '/../lib/ey-flex'

begin
  EY::SnapshotMinder.run(ARGV)
rescue => e
  puts e.message
  EY.notify_snapshot_error(e) unless STDOUT.isatty
  raise
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ey_cloud_server-1.5.0 bin/ey-snapshots
ey_cloud_server-1.4.61 bin/ey-snapshots
ey_cloud_server-1.4.60 bin/ey-snapshots