From 80760cfc9feacbf6ba51af42a767ac2bde62dc59 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 31 Jul 2023 00:34:37 +0100 Subject: [PATCH] fix: commandname skeleton --- lgsm/modules/command_skeleton.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lgsm/modules/command_skeleton.sh b/lgsm/modules/command_skeleton.sh index 01a7f4e7e..9e7c19a6a 100644 --- a/lgsm/modules/command_skeleton.sh +++ b/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