Fixed incorrect line 119

This commit is contained in:
2026-02-12 22:19:01 +01:00
parent eddb68b06b
commit ffdd17ea1a

View File

@@ -116,7 +116,7 @@ if [[ $GET_PROTON -eq 1 ]] then
tar -xf $tarball_name -C $STEAM_CUTOM_PROTON_PATH tar -xf $tarball_name -C $STEAM_CUTOM_PROTON_PATH
echo "Done" echo "Done"
PROTON_PATH="${$STEAM_CUTOM_PROTON_PATH/.tar.gz/}" PROTON_PATH="$STEAM_CUTOM_PROTON_PATH/${$tarball_name/.tar.gz/}"
echo "Verifying existence of Proton" echo "Verifying existence of Proton"
if [[ -x "$PROTON_PATH/proton" ]] then if [[ -x "$PROTON_PATH/proton" ]] then