x-plane: Fix ortho update script
parent
32fa0d93b3
commit
bf05a3fc05
|
@ -178,7 +178,7 @@ let
|
||||||
cd "$XPLANEPATH"
|
cd "$XPLANEPATH"
|
||||||
sed -i -e '/^SCENERY_PACK Custom Scenery\/zOrtho4XP_.*$/d' "Custom Scenery/scenery_packs.ini"
|
sed -i -e '/^SCENERY_PACK Custom Scenery\/zOrtho4XP_.*$/d' "Custom Scenery/scenery_packs.ini"
|
||||||
for f in "Custom Scenery/zOrtho4XP_"*; do
|
for f in "Custom Scenery/zOrtho4XP_"*; do
|
||||||
echo "SCENERY_PACK $f"
|
echo "SCENERY_PACK $f/"
|
||||||
done >>"Custom Scenery/scenery_packs.ini"
|
done >>"Custom Scenery/scenery_packs.ini"
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue