Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repair working init script on ubuntu :) #7

Merged
merged 1 commit into from
Dec 9, 2013

Conversation

ctrlok
Copy link
Contributor

@ctrlok ctrlok commented Dec 9, 2013

'/bin/sh' is old and bad stuff. If we use '/bin/sh', and it is not alias to /bin/bash we will have various problem with 'test':

:~# /etc/init.d/serf restart
/etc/init.d/serf: 65: /etc/init.d/serf: [[: not found
Stopped Serf Agent

If we use 'bash', we don't have this problem.

@bbaugher
Copy link
Owner

bbaugher commented Dec 9, 2013

Ah thanks

bbaugher added a commit that referenced this pull request Dec 9, 2013
Repair working init script on ubuntu :)
@bbaugher bbaugher merged commit 19a0392 into bbaugher:master Dec 9, 2013
@ctrlok
Copy link
Contributor Author

ctrlok commented Dec 9, 2013

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants