Update NonSteamLaunchers.sh

This commit is contained in:
Roy 2024-03-08 04:46:54 -08:00 committed by GitHub
parent 72070316f7
commit 945a89250f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -664,6 +664,12 @@ else
fi fi
done done
echo -n "Custom websites: "
for website in "${custom_websites[@]}"; do
echo -n "$website "
done
echo
# TODO: error handling for unbound variable $selected_launchers_str on line 564 # TODO: error handling for unbound variable $selected_launchers_str on line 564
@ -683,7 +689,6 @@ fi
# Print the selected launchers and custom websites # Print the selected launchers and custom websites
echo "Selected launchers: $selected_launchers" echo "Selected launchers: $selected_launchers"
echo "Selected launchers: $selected_launchers_str" echo "Selected launchers: $selected_launchers_str"
echo "Custom websites: ${custom_websites[@]}"
echo "Separate App IDs: $separate_app_ids" echo "Separate App IDs: $separate_app_ids"
# Set the value of the options variable # Set the value of the options variable