Add files via upload

This commit is contained in:
Roy 2024-01-26 21:52:08 -08:00 committed by GitHub
parent c6c45f27d7
commit 87bb6598b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1183,7 +1183,7 @@ if [[ " ${args[@]} " =~ " Stop NSLGameScanner " ]] || [[ $options == "Stop NSLGa
# If command line arguments were provided, exit the script
if [ ${#args[@]} -ne 0 ]; then
rm -rf $env_vars
rm -rf ${logged_in_home}/.config/systemd/user/env_vars
exit 0
fi