Add files via upload

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

View File

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