From bc4ca01312380ed689da434912e91e8e08053fa0 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Mon, 24 Mar 2025 15:06:30 -0400 Subject: [PATCH] Static backups 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 90c8519b..61b83b65 100644 --- a/functions/global.sh +++ b/functions/global.sh @@ -259,6 +259,5 @@ 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 -backups_folder="$rdhome/backups" # Folder containing all the RetroDECK backups export GLOBAL_SOURCED=true