Do not replace existing rpc.conf

This commit is contained in:
Ryze 2023-02-24 17:55:04 +03:00
parent d83116efc3
commit 9bebd5b648
Signed by: ryze
GPG key ID: 9B296C5CEAEAAAC1

View file

@ -13,9 +13,11 @@ echo -n "Copying script..."
cp ./bin/libmpv_rpc.so "$scripts_dir"
echo "Done!"
if [ ! -f "$mpv_home/rpc.json" ]; then
echo -n "Copying default config..."
cp ./config/rpc.json "$mpv_home"
echo "Done!"
fi
if ! grep -q "$script_binding" "$mpv_home/input.conf"; then
echo -n "Adding keybinding entry to input.conf..."