update_functions.sh 310 B

123456789101112131415
  1. #!/bin/bash
  2. # LGSM fn_update_functions function
  3. # Author: Daniel Gibbs
  4. # Website: https://gameservermanagers.com
  5. lgsm_version="210516"
  6. # Description: REDIRECT FUNCTION to new command_update_functions.sh
  7. command_update_functions.sh(){
  8. functionfile="${FUNCNAME}"
  9. fn_runfunction
  10. }
  11. command_update_functions.sh