GOBAL: added a check to see if global is already being sourced

This commit is contained in:
XargonWan 2025-01-23 11:23:22 +09:00
parent 63f07d7156
commit 3ccd91c320

View file

@ -235,3 +235,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
export GLOBAL_SOURCED=true