From 26b717b0f80795a6a45bf1b0fb48c1beda662e2c Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 30 Apr 2017 21:42:47 +0100 Subject: [PATCH] forgot to add ${1} --- lgsm/functions/command_validate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lgsm/functions/command_validate.sh b/lgsm/functions/command_validate.sh index 7900be071..f7a3ecd68 100644 --- a/lgsm/functions/command_validate.sh +++ b/lgsm/functions/command_validate.sh @@ -9,6 +9,7 @@ local commandaction="Validate" local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" fn_validation(){ + appid="${1}" echo "" echo -e " * Validating may overwrite some customised files." echo -en " * https://developer.valvesoftware.com/wiki/SteamCMD#Validate"