Преглед на файлове

feat: create serverfiles directory

- Updated the message to indicate that a serverfiles directory is being created
- Improved clarity and readability of the code
Daniel Gibbs преди 2 години
родител
ревизия
9a70874af5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lgsm/modules/install_server_dir.sh

+ 1 - 1
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