jtcressy a1ead0634e [mc] New method of downloading newer spigot server executable.
using double pipe "||", bash will continue to the next statement if the
first statement returns false or has an error. Using the -N option, wget
will overwrite the file if it is newer. So, if the -O option was used,
and both wget commands failed (both http and https were down) then wget
would overwrite the file with a 0 byte copy and effectively delete it.
-N works better in this case, since wget will not overwrite it with an
empty file if it can't download it.
2016-03-15 13:09:28 -06:00
2016-02-20 18:26:04 -06:00
2015-07-18 09:27:08 -05:00
2015-10-29 19:17:34 -05:00
2015-12-22 10:19:48 -06:00
2015-03-08 19:05:34 -05:00
2015-03-05 15:10:28 -06:00
2014-05-17 15:38:17 -07:00
2015-03-04 19:35:09 -06:00

dockerfiles

Contains the various Dockerfile definitions I'm maintaining.

Gitter

Description
Languages
Shell 97.1%
Dockerfile 2.3%
Mermaid 0.6%