srb2kart: add admin password
This commit is contained in:
parent
3474ece326
commit
84a5868bc4
11 changed files with 6 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -12,3 +12,5 @@
|
|||
*.substvars
|
||||
*.tar.xz
|
||||
config/shione/wireguard/files/etc/wireguard
|
||||
deploy/shione/srb2kart/dkartconfig_password.cfg
|
||||
deploy/shione/srb2kart/dkartconfig.cfg
|
||||
|
|
|
@ -33,6 +33,10 @@ fi
|
|||
|
||||
cp -- dkartconfig_base.cfg dkartconfig.cfg
|
||||
|
||||
# NOTE: `dkartconfig_password.cfg` *must* follow the format `password xxx`.
|
||||
# TODO: Read from an environment variable?
|
||||
cat -- dkartconfig_password.cfg >>dkartconfig.cfg
|
||||
|
||||
# NOTE: `find` does not offer a way to guarantee a desired sort of its output.
|
||||
find mods -type f -printf 'addfile %p\n' | sort >dkartconfig_generated.cfg
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../001-chars/c1
|
|
@ -1 +0,0 @@
|
|||
../001-chars/c2
|
|
@ -1 +0,0 @@
|
|||
../000-pre/p1
|
|
@ -1 +0,0 @@
|
|||
../003-post/po1
|
|
@ -1 +0,0 @@
|
|||
../002-tracks/t1
|
Loading…
Reference in a new issue