Skip to content

Commit

Permalink
cleanup: remove old test condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Sep 2, 2023
1 parent e2e6834 commit 455a76e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions includes.container/usr/bin/ewaydroid
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,4 @@ done
export XDG_RUNTIME_DIR="/run/host/${XDG_RUNTIME_DIR}"
export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/host/$(echo "${DBUS_SESSION_BUS_ADDRESS}" | cut -d '=' -f2-)"

if [ "$1" = "check-init" ]; then
echo "Waydroid is initialized"
exit 0
else
waydroid "$@"
fi
waydroid "$@"

0 comments on commit 455a76e

Please sign in to comment.