diff options
-rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 0c7fc14dc..c1954d058 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -37,7 +37,7 @@ namespace :deploy do [:start, :stop, :restart].each do |t| desc "#{t.to_s.capitalize} Alaveteli service defined in /etc/init.d/alaveteli" task t, :roles => :app, :except => { :no_release => true } do - run "/etc/init.d alaveteli #{t}" + run "/etc/init.d/alaveteli #{t}" end end |