blob: d79e9fadbb6c34bde1a1ac079c93eec8c4cffa62 (
plain) (
blame)
1
2
3
|
Stop hardcoding squashfuse path
Currently we hardcode /usr/bin/squashfuse which isn't correct on all systems.
Use /bin/sh to search for squashfuse and execute it through that instead.
|