mirror of
https://github.com/anticitizn/creamlinux.git
synced 2025-12-05 21:15:40 -05:00
fix wrong log output
This commit is contained in:
committed by
GitHub
parent
498644a078
commit
9243119338
@@ -25,8 +25,9 @@ function launch_game {
|
||||
export IFS=""
|
||||
|
||||
if [ -z "$CREAM_GAME_NAME" ]; then
|
||||
echo "launching directly"
|
||||
echo "showing dialog"
|
||||
else
|
||||
echo "launching directly"
|
||||
SELECTED_GAME="./$CREAM_GAME_NAME"
|
||||
launch_game
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user