Skip to content

Commit

Permalink
Updated Freecinc::RESTART_COMMAND
Browse files Browse the repository at this point in the history
to match /usr/bin/taskd
since we're running on apt-get binary now
  • Loading branch information
Jack Desert committed Apr 18, 2018
1 parent 21defb9 commit a1cf160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freecinc.rb
Expand Up @@ -27,7 +27,7 @@
class FreeCinc < Sinatra::Base

CONFIG_FILE = File.expand_path('config/location.yml', File.dirname(__FILE__))
RESTART_COMMAND = "pkill -f '/usr/local/bin/taskd server'"
RESTART_COMMAND = "pkill -f '/usr/bin/taskd server'"
RESTART_SECRET = YAML.load_file(CONFIG_FILE)['restart_secret']

configure :production, :development do
Expand Down

0 comments on commit a1cf160

Please sign in to comment.