aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/shione/srb2kart/generate_dkartconfig.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/shione/srb2kart/generate_dkartconfig.sh')
-rwxr-xr-xdeploy/shione/srb2kart/generate_dkartconfig.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy/shione/srb2kart/generate_dkartconfig.sh b/deploy/shione/srb2kart/generate_dkartconfig.sh
index 23d2d4a..c0d452e 100755
--- a/deploy/shione/srb2kart/generate_dkartconfig.sh
+++ b/deploy/shione/srb2kart/generate_dkartconfig.sh
@@ -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