scripts/resque.rb in standup-0.3.22 vs scripts/resque.rb in standup-0.3.23
- old
+ new
@@ -1,7 +1,7 @@
Standup.script :node do
def run
- scripts.redis.install_from_resque
+ scripts.redis.install_from_resque unless File.exists?("/etc/init.d/redis-server")
path_to_resque_exec = "#{scripts.webapp.app_path}/script/resque"
upload script_file('resque'),
:to => path_to_resque_exec,
:sudo => true
\ No newline at end of file