Browse Source

fix: commandname skeleton

pull/4296/head
Daniel Gibbs 2 years ago
parent
commit
80760cfc9f
  1. 3
      lgsm/modules/command_skeleton.sh

3
lgsm/modules/command_skeleton.sh

@ -5,7 +5,10 @@
# Website: https://linuxgsm.com
# Description: Creates an copy of a game servers directorys.
commandname="SKELETON"
commandaction="Skeleton"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set
fn_print_dots "Creating skeleton directory"
check.sh

Loading…
Cancel
Save