scripts/resque.rb in standup-0.5.0 vs scripts/resque.rb in standup-0.5.1
- old
+ new
@@ -1,7 +1,7 @@
Standup.script :node do
def run
- scripts.redis.install_from_resque if sudo('find /etc/init.d/redis-server').match(/No such file or directory/).present?
+ scripts.redis.run unless scripts.redis.installed?
path_to_resque_exec = "#{scripts.webapp.app_path}/script/resque"
with_processed_file script_file('resque') do |file|
upload file,
:to => path_to_resque_exec,
\ No newline at end of file