Steam client version (build number or date):
Sorry, I don't know, I download steamcmd by using apt install script
Distribution (e.g. Ubuntu):
Ubuntu server 22.0*
Opted into Steam client beta?: [Yes/No]
no
Have you checked for system updates?: [Yes/No]
yes, i run apt update && apt upgrade at first
Steam Logs: [generate by running this command in a terminal tar -zcvf ~/Desktop/steam-logs.tar.gz ~/.steam/steam/logs] steam-logs.tar.gz
GPU: Nvidia/Intel/AMD
no gpu
Please describe your issue in as much detail as possible:
I use steamcmd script to install some game server, and i set the force_install_dir before login command, but the game server still install into /home/my-user-name/.steam/SteamApps/common dir after script run finished.
Your system information
Sorry, I don't know, I download steamcmd by using
apt installscriptUbuntu server 22.0*
no
yes, i run
apt update && apt upgradeat firsttar -zcvf ~/Desktop/steam-logs.tar.gz ~/.steam/steam/logs]steam-logs.tar.gz
no gpu
Please describe your issue in as much detail as possible:
I use steamcmd script to install some game server, and i set the force_install_dir before login command, but the game server still install into /home/my-user-name/.steam/SteamApps/common dir after script run finished.
Steps for reproducing this issue:
my script:
/usr/games/steamcmd +force_install_dir /mnt/data/game-server-dir +login anonymous +app_update "SOME_GAME_SERVER_ID" validate +quit