update
This commit is contained in:
parent
c53fb29ae7
commit
b630cc541c
1104
RELEASES.md
1104
RELEASES.md
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,10 @@
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
# 设置 Mapbox 公钥和密钥
|
||||||
|
echo "pk.eyJ1IjoibWF3ZWl5dXdlaXdlaSIsImEiOiJjbGtrdjhhMHUwbWwzM3VwYzVtbXkwY2lrIn0.-u-QP8-tfrhAIpvQiNMsOw" > /data/params/d/MapboxPublicKey
|
||||||
|
echo "sk.eyJ1IjoibWF3ZWl5dXdlaXdlaSIsImEiOiJjbG15NHN1dDMwdWc5MmxwaDdkZ3Z5dHNyIn0.pk06qTKkAZyBC1Z37v8i0A" > /data/params/d/MapboxSecretKey
|
||||||
|
|
||||||
|
# 设置适当的权限
|
||||||
|
chmod 644 /data/params/d/MapboxPublicKey
|
||||||
|
chmod 644 /data/params/d/MapboxSecretKey
|
||||||
|
|
||||||
exec ./launch_chffrplus.sh
|
exec ./launch_chffrplus.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user