0

Allow GMSP_OAUTHTOKEN to be missing

This commit is contained in:
Ronald Jack Jenkins Jr
2017-08-08 20:44:49 -04:00
parent c030eee392
commit 6eeea9c12a

2
env.sh
View File

@@ -1,2 +1,2 @@
#!/bin/bash
env | grep GMSP_OAUTHTOKEN >> .env
env | grep GMSP_OAUTHTOKEN >> .env || true