1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-10 22:31:28 +02:00
This commit is contained in:
kev
2015-07-07 19:16:15 +08:00
parent 723eb6bdcc
commit 6d95c7e419
2 changed files with 3 additions and 3 deletions

View File

@@ -25,8 +25,8 @@ urlwatch:
## Makefile ## Makefile
```Makefile ```
SHELL = /bin/bash SHELL = /bin/sh
PATH := /usr/local/bin:$(PATH) PATH := /usr/local/bin:$(PATH)
SMTP = smtp.datageek.info:587 SMTP = smtp.datageek.info:587

View File

@@ -1,4 +1,4 @@
SHELL = /bin/bash SHELL = /bin/sh
PATH := /usr/local/bin:$(PATH) PATH := /usr/local/bin:$(PATH)
SMTP = smtp.datageek.info:587 SMTP = smtp.datageek.info:587