command_mods_update.sh 339 B

12345678910
  1. #!/bin/bash
  2. # LGSM command_mods_update.sh function
  3. # Author: Daniel Gibbs
  4. # Contributor: UltimateByte
  5. # Website: https://gameservermanagers.com
  6. # Description: Updates installed mods along with mods_list.sh.
  7. local commandname="MODS"
  8. local commandaction="Mod Update"
  9. local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"