Bugzilla – Bug 3979
slimserver_safe doesn't work when /bin/sh is not bash
Last modified: 2006-08-22 16:12:16 UTC
In latest ubuntu (edgy), bash has been replaced with dash as the posix shell in /bin/sh. Since I upgraded my system, slimserver_safe doesn't work anymore so slimserver can't start. Could you replace #!/bin/sh by #!/bin/bash at the top of the script to make it work again ?
Fixed in change 9104