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