diff options
author | nodiscc <nodiscc@gmail.com> | 2021-04-19 15:58:21 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2021-04-19 15:58:21 +0000 |
commit | ec81e09dd4069ee77262d591056c394260425fd1 (patch) | |
tree | 3f4c8d1449fcd1304a8ccaa8181bf1d7b3d9cdba /Makefile | |
parent | makefile: awesome_bot: ignore SSL errors on https://flaskbb.org/ (diff) | |
download | awesome-selfhosted-ec81e09dd4069ee77262d591056c394260425fd1.tar.gz awesome-selfhosted-ec81e09dd4069ee77262d591056c394260425fd1.zip |
Makefile: ingore awesome-bot SSL warning on flaskbb.org
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/make -f SHELL = /bin/bash -AWESOME_BOT_OPTIONS = --allow-redirect --skip-save-results --allow 202 --white-list airsonic.github.io/docs/apps,flaskbb.org +AWESOME_BOT_OPTIONS = "--allow-redirect --skip-save-results --allow 202 --white-list airsonic.github.io/docs/apps,flaskbb.org" all: check_all |