The Official Forums for the Multiverse MMO Development Platform
 
HomeHome  FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  RegisterRegister  Log in  The Wiki  Website  github Project  
Share | .
 

 Easiest Feature Request Ever: Shell Script Change

View previous topic View next topic Go down 
AuthorMessage
Xangis
Foundation Developer


Posts: 124
Join date: 2011-12-30
Location: Beaverton, OR

PostSubject: Easiest Feature Request Ever: Shell Script Change   Sat 21 Apr - 1:31

The startup scripts for the server and master (server.sh and master.sh) are bash scripts.

The first line of each script is:
#!/bin/sh

That's great on Fedora-like systems where sh is an alias to bash, but on Debian-like systems where sh is an alias to dash, it throws errors and you have to change what the script is looking for.

If the first line is changed to this:
#!/bin/bash

The scripts run fine on both Fedora and Debian systems (including Ubuntu). I do this on my machines, but might be worth doing in trunk since it'll make things easier on new Linux users -- one less step to check.
Back to top Go down
http://zetacentauri.com
 

Easiest Feature Request Ever: Shell Script Change

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» Feature request: Captions
» Easiest way to stream a video on various platforms.
» easiest place to get a loan - Apply now and get your Cash Advance today
» Report Feature
» New Feature: Global Announcements

Permissions in this forum:You cannot reply to topics in this forum
 :: Development :: Feature Requests-