Просмотр исходного кода

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 лет назад
Родитель
Сommit
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