Skip to content

Commit

Permalink
feat: create serverfiles directory
Browse files Browse the repository at this point in the history
- Updated the message to indicate that a serverfiles directory is being created
- Improved clarity and readability of the code
  • Loading branch information
dgibbs64 committed Sep 27, 2023
1 parent 9dced4d commit 9a70874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/modules/install_server_dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a70874

Please sign in to comment.