From 080030ec7a261e06acd29916c03d60e610b31d8c Mon Sep 17 00:00:00 2001 From: icenine451 Date: Mon, 24 Mar 2025 15:07:25 -0400 Subject: [PATCH] Static logs_folder definition no longer needed --- functions/global.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/global.sh b/functions/global.sh index 61b83b65..53f2b54d 100644 --- a/functions/global.sh +++ b/functions/global.sh @@ -256,7 +256,6 @@ else multi_user_data_folder="$rdhome/multi-user-data" # The default location of multi-user environment profiles fi -logs_folder="$rdhome/logs" # The path of the logs folder, here we collect all the logs steamsync_folder="$rdhome/.sync" # Folder containing all the steam sync launchers for SRM steamsync_folder_tmp="$rdhome/.sync-tmp" # Temp folder containing all the steam sync launchers for SRM