Explorar o código

fix(rustserver): fix typo for rust wipe code (#2634)

Frisasky %!s(int64=6) %!d(string=hai) anos
pai
achega
d09b2ed105
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lgsm/functions/command_wipe.sh

+ 1 - 1
lgsm/functions/command_wipe.sh

@@ -124,7 +124,7 @@ fn_wipe_server_remove_files(){
 			echo -en "Removing server misc srv.files*.db file(s)..."
 			fn_sleep_time
 			fn_script_log "${currentaction}"
-			find "${serveridentitydir:?}" -type f -name "sv.files.*.d" -delete
+			find "${serveridentitydir:?}" -type f -name "sv.files.*.db" -delete
 			fn_wipe_exit_code
 			fn_sleep_time
 		# No further information if not found because it should I could not get this file showing up.