d&c: don't exit after script conversion
This commit is contained in:
parent
62a773ed04
commit
0e925e2b65
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
VERSION="2.24"
|
VERSION="2.25"
|
||||||
|
|
||||||
#######################################################
|
#######################################################
|
||||||
# THANKS TO
|
# THANKS TO
|
||||||
|
@ -312,7 +312,7 @@ if [ -d "$CBD"/fgfs/flightgear ]; then
|
||||||
mv fgfs/flightgear tmp && rm -rf fgfs && mv tmp flightgear
|
mv fgfs/flightgear tmp && rm -rf fgfs && mv tmp flightgear
|
||||||
mv simgear/simgear tmp && rm -rf simgear && mv tmp simgear
|
mv simgear/simgear tmp && rm -rf simgear && mv tmp simgear
|
||||||
mkdir -p install/flightgear && mv install/fgfs/fgdata install/flightgear/fgdata
|
mkdir -p install/flightgear && mv install/fgfs/fgdata install/flightgear/fgdata
|
||||||
exit 0
|
echo "Done"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#######################################################
|
#######################################################
|
||||||
|
|
Loading…
Reference in a new issue