Skip to content

Commit

Permalink
Fix presence support in baseConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Coopydood committed Sep 30, 2023
1 parent 977bcda commit 970253b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/baseConfig
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ fi

if [ $DISCORD_RPC = 1 ]
then
$REPO_PATH/scripts/drpc.py --os $OS_ID &
$REPO_PATH/scripts/drpc.py --os "$OS_ID" --pt $VFIO_DEVICES &
fi

qemu-system-x86_64 "${args[@]}"
Expand Down

0 comments on commit 970253b

Please sign in to comment.