Browse Source

feat: create serverfiles directory

- Updated the message to indicate that a serverfiles directory is being created
- Improved clarity and readability of the code
feature/dst-changes
Daniel Gibbs 2 years ago
parent
commit
9a70874af5
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 2
      lgsm/modules/install_server_dir.sh

2
lgsm/modules/install_server_dir.sh

@ -11,7 +11,7 @@ echo -e ""
echo -e "${bold}${lightyellow}Server Directory${default}"
echo -e "${bold}=================================${default}"
fn_sleep_time
echo -en "creating ( ${serverfiles} )"
echo -en "creating serverfiles directory [ ${serverfiles} ]"
if [ -d "${serverfiles}" ]; then
fn_print_skip_eol_nl

Loading…
Cancel
Save