fix_ut.sh 399 B

12345678910111213
  1. #!/bin/bash
  2. # LinuxGSM fix_ut.sh module
  3. # Author: Daniel Gibbs
  4. # Contributors: http://linuxgsm.com/contrib
  5. # Website: https://linuxgsm.com
  6. # Description: Resolves various issues with Unreal Tournament.
  7. moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  8. #Set Binary Executable
  9. echo -e "chmod +x ${executabledir}/${executable}"
  10. chmod +x "${executabledir}/${executable}"
  11. fn_sleep_time