Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 06b2d66

Browse files
author
Sami Altamimi
authored
base: set force_install_dir before login (#20)
SteamCMD will send a warning about using `force_install_dir` before logon because of this issue here: ValveSoftware/steam-for-linux#8298 ``` > Installing server ... + /home/csgo/Steam/steamcmd.sh +login anonymous +force_install_dir /home/csgo/server +app_update 740 validate +quit WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work. Redirecting stderr to '/home/csgo/Steam/logs/stderr.txt' [ 0%] Checking for available updates... [----] Verifying installation... [ 0%] Downloading update... [ 0%] Checking for available updates... [----] Download complete. [----] Extracting package... [----] Extracting package... [----] Extracting package... [----] Extracting package... [----] Installing update... [----] Installing update... [----] Installing update... [----] Installing update... [----] Installing update... [----] Installing update... [----] Installing update... [----] Installing update... [----] Cleaning up... [----] Update complete, launching Steamcmd... WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work. Redirecting stderr to '/home/csgo/Steam/logs/stderr.txt' [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation - version 1647446802 -- type 'quit' to exit -- Loading Steam API...OK Connecting anonymously to Steam Public...Connectivity test: result=Connected, in progress=0 OK Waiting for client config...OK Waiting for user info...OK Please use force_install_dir before logon! ```
1 parent 6c483cd commit 06b2d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/server.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ install() {
2020
set -x
2121

2222
$steam_dir/steamcmd.sh \
23-
+login anonymous \
2423
+force_install_dir $server_dir \
24+
+login anonymous \
2525
+app_update 740 validate \
2626
+quit
2727

0 commit comments

Comments
 (0)