Skip to content

Commit 4228a98

Browse files
fix for "ERROR! Failed to install app '730' (Missing file permissions)"
1 parent 34609a5 commit 4228a98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install_docker.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ if [ "$?" -ne "0" ]; then
101101
fi
102102
fi
103103

104+
chmod 777 /home/${user}/cs2
105+
chown -R ${user}:${user} /home/${user}
106+
104107
echo "Checking steamcmd exists..."
105108
if [ ! -d "/steamcmd" ]; then
106109
mkdir /steamcmd && cd /steamcmd

0 commit comments

Comments
 (0)