From f357996df7ebb9effca870128b74f132333b331e Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 16 Feb 2024 17:20:23 +0100 Subject: [PATCH] GLOBAL: defined log_folder variable --- functions/global.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/global.sh b/functions/global.sh index 945dba0f..77769d60 100644 --- a/functions/global.sh +++ b/functions/global.sh @@ -189,3 +189,5 @@ else backups_folder="$rdhome/backups" # A standard location for backup file storage multi_user_data_folder="$rdhome/multi-user-data" # The default location of multi-user environment profiles fi + +logs_folder="$rdhome/retrodeck/logs" # The path of the logs folder, here we collect all the logs \ No newline at end of file