From 2f109856819f6b493f504832e0340cc23f9b4be9 Mon Sep 17 00:00:00 2001 From: Sander Datema Date: Fri, 4 Aug 2023 22:13:59 +0200 Subject: [PATCH] Adjust path to A319 Signed-off-by: Sander Datema --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index 51b9ce3..7fba056 100755 --- a/copy.sh +++ b/copy.sh @@ -1,5 +1,5 @@ echo Copying X-KeyPad profile -cp "/Users/sander/X-Plane 12/Aircraft/ToLissA319_V1p8p1/X-KeyPad-SD_a319_StdDef.json" "./X-KeyPad/X-KeyPad-SD_a319_StdDef.json" +cp "/Users/sander/X-Plane 12/Aircraft/ToLissA319/X-KeyPad-SD_a319_StdDef.json" "./X-KeyPad/X-KeyPad-SD_a319_StdDef.json" echo Copying to non-std version cp "./X-KeyPad/X-KeyPad-SD_a319_StdDef.json" "./X-KeyPad/X-KeyPad-SD_a319.json"