Skip to content

Commit 0c7f418

Browse files
committed
Remove nohup execution from fastlane
1 parent 32db431 commit 0c7f418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ end
9090

9191
desc 'Starts Sinatra web server'
9292
lane :start_sinatra do
93-
sh('nohup bundle exec ruby sinatra.rb > sinatra_log.txt 2>&1 &')
93+
sh('bundle exec ruby sinatra.rb > sinatra_log.txt 2>&1 &')
9494
end
9595

9696
desc 'Stops Sinatra web server'

0 commit comments

Comments
 (0)