x-plane: Fix ortho update script

master
Michael Raitza 2022-06-09 22:11:18 +02:00
parent 32fa0d93b3
commit bf05a3fc05
1 changed files with 1 additions and 1 deletions

View File

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