We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7fd6f commit d376862Copy full SHA for d376862
lgsm/functions/check_steamcmd.sh
@@ -17,5 +17,6 @@ if [ ${shortname} == "ark" ]; then
17
fi
18
fn_check_steamcmd_dir
19
fn_check_steamcmd_dir_legacy
20
+fn_check_steamcmd_steamapp
21
fn_check_steamcmd_user
22
fn_check_steamcmd_exec
lgsm/functions/core_steamcmd.sh
@@ -97,6 +97,13 @@ fn_check_steamcmd_dir_legacy(){
97
98
}
99
100
+fn_check_steamcmd_steamapp(){
101
+ # Check that steamapp directory fixes issue #3481
102
+ if [ ! -d "${serverfiles}/steamapps" ]; then
103
+ mkdir -p "${serverfiles}/steamapps"
104
+ fi
105
+}
106
+
107
fn_check_steamcmd_ark(){
108
# Checks if SteamCMD exists in
109
# Engine/Binaries/ThirdParty/SteamCMD/Linux
0 commit comments