Browse Source

fix: typo in fix_vh.sh (#3674)

Co-authored-by: Daniel Gibbs <[email protected]>
pull/3691/head
StudioEtrange 3 years ago
committed by GitHub
parent
commit
3c9d112ae2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/functions/fix_vh.sh

2
lgsm/functions/fix_vh.sh

@ -17,7 +17,7 @@ if [ -f "${modsinstalledlistfullpath}" ]; then
if ! grep -qE "^executable=\"./start_server_bepinex.sh\"" "${configdirserver}/${selfname}.cfg"
then
echo 'executable="./start_server_bepinex.sh"' >> "${configdirserver}/${selfname}.cfg"
executeable="./start_server_bepinex.sh"
executable="./start_server_bepinex.sh"
fi
fi
fi

Loading…
Cancel
Save