fix_ut.sh 412 B

1234567891011121314
  1. #!/bin/bash
  2. # LGSM fix_ut.sh function
  3. # Author: Alexander Hurd
  4. # Website: https://gameservermanagers.com
  5. # Description: Resolves various issues with Unreal Tournament.
  6. local commandname="FIX"
  7. local commandaction="Fix"
  8. local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
  9. #Set Binary Executable
  10. echo "chmod +x ${executabledir}/${executable}"
  11. chmod +x "${executabledir}/${executable}"
  12. sleep 1