From bf05a3fc05cfa9aa172bbdc6a8a92047933126ac Mon Sep 17 00:00:00 2001 From: Michael Raitza Date: Thu, 9 Jun 2022 22:11:18 +0200 Subject: [PATCH] x-plane: Fix ortho update script --- x-plane/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-plane/default.nix b/x-plane/default.nix index 5366f9d..6fd5732 100644 --- a/x-plane/default.nix +++ b/x-plane/default.nix @@ -178,7 +178,7 @@ let cd "$XPLANEPATH" sed -i -e '/^SCENERY_PACK Custom Scenery\/zOrtho4XP_.*$/d' "Custom Scenery/scenery_packs.ini" for f in "Custom Scenery/zOrtho4XP_"*; do - echo "SCENERY_PACK $f" + echo "SCENERY_PACK $f/" done >>"Custom Scenery/scenery_packs.ini" ) '';