From 82c7e8d27a86351225fd038347db8f0a13a508cb Mon Sep 17 00:00:00 2001 From: Sander Datema Date: Mon, 20 Jan 2025 01:46:11 +0100 Subject: [PATCH] Remove redundant copy command Signed-off-by: Sander Datema --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index 7267edb..e41b513 100755 --- a/copy.sh +++ b/copy.sh @@ -1,6 +1,6 @@ echo Copying X-KeyPad profile cp "/Users/sander/X-Plane 12/Aircraft/B737-800X/X-KeyPad-SD_b738.json" "./X-KeyPad/X-KeyPad-SD_b738.json" -cp "/Users/sander/X-Plane 12/Aircraft/B737-800X/X-KeyPad-SD_b738.json" "./X-KeyPad/X-KeyPad-SD_b738_4k.json" +# cp "/Users/sander/X-Plane 12/Aircraft/B737-800X/X-KeyPad-SD_b738.json" "./X-KeyPad/X-KeyPad-SD_b738_4k.json" # cp "/Users/sander/X-Plane 12/Resources/plugins/FlyWithLua/Scripts/passengerflying-xkeypad-zibo.lua" "./FlyWithLua/passengerflying-xkeypad-zibo.lua"