We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954bd7d commit 582b11fCopy full SHA for 582b11f
phreaknet.sh
@@ -1876,6 +1876,13 @@ install_dahdi() {
1876
cp tonezone.h /usr/include/dahdi
1877
fi
1878
1879
+ # Ensure that dahdi_tool is installed, since it's not built if the prereqs weren't available at compile time.
1880
+ if ! which "dahdi_tool" > /dev/null; then
1881
+ if [ "$FORCE_INSTALL" != "1" ]; then
1882
+ die "dahdi_tool was not installed successfully"
1883
+ fi
1884
1885
+
1886
# All right, here we go...
1887
dahdi_scan -vvvvv
1888
if [ ! -f /etc/dahdi/system.conf ]; then
0 commit comments