Browse Source

prettier

pull/4157/head
Daniel Gibbs 3 years ago
parent
commit
0912e608e9
  1. 2
      lgsm/functions/fix.sh

2
lgsm/functions/fix.sh

@ -65,7 +65,7 @@ for fix in "${apply_pre_start_fix[@]}" "${apply_post_install_fix[@]}"; do
done
# Fixes that are run on start.
if [ "${commandname}" != "INSTALL" ]&&[ -z "${fixbypass}" ]; then
if [ "${commandname}" != "INSTALL" ] && [ -z "${fixbypass}" ]; then
if [ "${appid}" ]; then
fix_steamcmd.sh
fi

Loading…
Cancel
Save