We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32db431 commit 0c7f418Copy full SHA for 0c7f418
fastlane/Fastfile
@@ -90,7 +90,7 @@ end
90
91
desc 'Starts Sinatra web server'
92
lane :start_sinatra do
93
- sh('nohup bundle exec ruby sinatra.rb > sinatra_log.txt 2>&1 &')
+ sh('bundle exec ruby sinatra.rb > sinatra_log.txt 2>&1 &')
94
end
95
96
desc 'Stops Sinatra web server'
0 commit comments