From eb43f1a9f54e899a712c1073b2e95cc2e6c5a3bd Mon Sep 17 00:00:00 2001 From: Jeroen Date: Tue, 12 Nov 2024 14:47:34 +0200 Subject: [PATCH] Remove last tab, replaced with spaces --- executables/install_mods.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executables/install_mods.sh b/executables/install_mods.sh index a0a631d..56db2cd 100644 --- a/executables/install_mods.sh +++ b/executables/install_mods.sh @@ -21,7 +21,7 @@ function workshop_download () { function move_workshop_item () { if [ ! -d /app/serverfiles/mods/$2 ]; then mkdir /app/serverfiles/mods/$2 - else + else # Clean old stuff up. rm -r /app/serverfiles/mods/$2 mkdir /app/serverfiles/mods/$2