diff --git a/developer_toolbox/inject_framework.sh b/developer_toolbox/inject_framework.sh index 6952cf09..85006d88 100755 --- a/developer_toolbox/inject_framework.sh +++ b/developer_toolbox/inject_framework.sh @@ -14,7 +14,7 @@ if [ -d "$flatpak_user_installation" ]; then echo "RetroDECK is installed in user mode, proceeding." app="$flatpak_user_installation" elif [ -d "$flatpak_system_installation" ]; then - echo "RetroDECK is installed in user mode, proceeding." + echo "RetroDECK is installed in system mode, proceeding." app="$flatpak_system_installation" else echo "RetroDECK installation not found, quitting"