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" ) '';