UltimateByte
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lgsm/functions/command_wipe.sh
|
|
@ -151,7 +151,7 @@ fn_wipe_server_remove_files(){ |
|
|
|
fn_script_log_info "No blueprint file to remove." |
|
|
|
sleep 0.5 |
|
|
|
fi |
|
|
|
elif [ -n "$(find "${serveridentitydir}" -type f -name "player.blueprints.*.db")" ] |
|
|
|
elif [ -n "$(find "${serveridentitydir}" -type f -name "player.blueprints.*.db")" ]; then |
|
|
|
fn_print_information_nl "Keeping blueprints" |
|
|
|
fn_script_log_info "Keeping blueprints." |
|
|
|
sleep 0.5 |
|
|
|