Update NonSteamLaunchers.sh

This commit is contained in:
Roy 2025-04-03 19:57:57 -07:00 committed by GitHub
parent 2f1e19affb
commit 43200bc737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3365,7 +3365,7 @@ echo "Script completed successfully."
# Check if the symlink exists
if [ -L "${logged_in_home}/.config/systemd/user/default.target.wants/nslgamescanner.service" ]; then
# Symlink exists, show message
show_message "Script is done...and the NSLGamesScanner is actively scanning!"
show_message "Script finished...and the NSLGamesScanner is actively scanning!"
else
# Symlink does not exist
echo "Symlink does not exist."