4
0

fix_xnt.sh 393 B

12345678910111213
  1. #!/bin/bash
  2. # LinuxGSM fix_xnt.sh module
  3. # Author: Daniel Gibbs
  4. # Contributors: https://linuxgsm.com/contrib
  5. # Website: https://linuxgsm.com
  6. # Description: Install Xonotic Default Config
  7. moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  8. # Create the directory if it doesn't exist
  9. if [ ! -d "${systemdir}/${selfname}/data" ]; then
  10. mkdir -p "${systemdir}/${selfname}/data"
  11. fi