openSNP/snpr

View on GitHub
lib/capistrano/tasks/passenger.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true
namespace :passenger do
  task :restart do
    run("cd #{current_path}; touch tmp/restart.txt")
  end
end