Browse Source

fix: corrected commandname

pull/4296/head
Daniel Gibbs 2 years ago
parent
commit
0c0884caf1
  1. 2
      lgsm/modules/command_restart.sh

2
lgsm/modules/command_restart.sh

@ -5,7 +5,7 @@
# Website: https://linuxgsm.com # Website: https://linuxgsm.com
# Description: Restarts the server. # Description: Restarts the server.
commandname="MODS-INSTALL" commandname="RESTART"
commandaction="Restarting" commandaction="Restarting"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set fn_firstcommand_set

Loading…
Cancel
Save