mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 15:21:52 +01:00
website fix
This commit is contained in:
parent
5e303251b2
commit
ef173d4057
@ -663,8 +663,8 @@ else
|
||||
done
|
||||
|
||||
# Join the custom_websites array into a string with commas and spaces
|
||||
custom_websites_str=$(printf ", %s" "${custom_websites[@]}")
|
||||
custom_websites_str=${custom_websites_str:2} # Remove the leading comma and space
|
||||
custom_websites_str=$(printf "%s, " "${custom_websites[@]}")
|
||||
custom_websites_str=${custom_websites_str%, }
|
||||
|
||||
# Split the custom_websites_str variable back into an array using ',' as the delimiter
|
||||
IFS=', ' read -ra custom_websites <<< "$custom_websites_str"
|
||||
|
Loading…
Reference in New Issue
Block a user