From d13a6dfd0f7a8ebc98cdb59cf0a04a282fa1593d Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 8 Aug 2016 13:37:30 +0200 Subject: ipcpd: normal: Allow exchange of static DIF information This adds the functionality of exchanging the static DIF information between 2 DIF members. After exchange the enrollment is stopped, and the IPCP that initiated enrollment transitions to the enrolled state. --- install_debug.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'install_debug.sh') diff --git a/install_debug.sh b/install_debug.sh index ef6b8a30..dacb7cd2 100755 --- a/install_debug.sh +++ b/install_debug.sh @@ -1,18 +1,9 @@ #!/bin/bash -ME=install_debug - -if (($# == 1 )) -then - PREFIX=`echo "$1"|sed -e "s,\/$,,"` -else - PREFIX="/usr/local/ouroboros" -fi - BUILDDIR=build DEBUGDIR=debug -bash compile_debug.sh $PREFIX +bash compile_debug.sh $1 cd $BUILDDIR/$DEBUGDIR make install -- cgit v1.2.3