Bisa / factorio-init

Factorio init script
MIT License
415 stars 82 forks source link

Automatically restarts the server after updates #112

Closed meiamsome closed 6 years ago

meiamsome commented 7 years ago

Implements #111

My Bash is a bit rusty, so this probably could do with a review by someone more used to it.

tmzasz commented 7 years ago

on my personal copy of the init script all i had to do was add start_service to line 504 after echo "Successfully updated factorio"

tacgnol3 commented 7 years ago

how can I git pull this specific pull request?

Dynamic-Gravity commented 7 years ago

@tacgnol3 do a fork of this repo and then implement the pull request and see if it works.

I'm not so sure if this repo is being maintained anymore.

meiamsome commented 7 years ago

@tacgnol3 You can do this:

git pull origin pull/112/head

You will then have these changes in your local branch and doing the update will restart factorio automatically.

tacgnol3 commented 7 years ago

Thanks! Will try at the next update!