Would you like to react to this message? Create an account in a few clicks or log in to continue.

Official Community Forums
 
HomeHome  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  The Wiki  Website  github Project  

 

 Easiest Feature Request Ever: Shell Script Change

Go down 
AuthorMessage
Xangis
Foundation Developer
Xangis


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

Easiest Feature Request Ever: Shell Script Change Empty
PostSubject: Easiest Feature Request Ever: Shell Script Change   Easiest Feature Request Ever: Shell Script Change EmptySat 21 Apr - 11: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
Back to top 
Page 1 of 1
 Similar topics
-
» Feature Creep
» [RESOLVED] Multiverse Complete - Script Errors
» Announcement: SITE CHANGE OF PLANS
» Team Request/Recruitment Guidelines - Read Before Posting

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