Skip to content

Commit

Permalink
Update NonSteamLaunchers.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy authored Mar 8, 2024
1 parent 7207031 commit 945a892
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion NonSteamLaunchers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,12 @@ else
fi
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
Expand All @@ -683,7 +689,6 @@ fi
# Print the selected launchers and custom websites
echo "Selected launchers: $selected_launchers"
echo "Selected launchers: $selected_launchers_str"
echo "Custom websites: ${custom_websites[@]}"
echo "Separate App IDs: $separate_app_ids"

# Set the value of the options variable
Expand Down

0 comments on commit 945a892

Please sign in to comment.