From ceab2246a6d1713a37ece3791082ea55f4212abe Mon Sep 17 00:00:00 2001 From: scott Date: Wed, 27 May 2020 08:12:01 +0900 Subject: [PATCH] fixing post install fix --- lgsm/functions/fix_openttd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/fix_openttd.sh b/lgsm/functions/fix_openttd.sh index df8846db3..f7170c059 100644 --- a/lgsm/functions/fix_openttd.sh +++ b/lgsm/functions/fix_openttd.sh @@ -8,4 +8,4 @@ local modulename="FIX" local commandaction="Fix" mkdir "${rootdir}/.openttd/baseset" -cp "${serverfiles}/.openttd" "${rootdir}" \ No newline at end of file +cp -r "${serverfiles}/.openttd/*" "${rootdir}/.openttd" \ No newline at end of file