diff options
Diffstat (limited to 'files/common/etc/splash.sh')
-rw-r--r-- | files/common/etc/splash.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/files/common/etc/splash.sh b/files/common/etc/splash.sh index 75eb620..222b2f8 100644 --- a/files/common/etc/splash.sh +++ b/files/common/etc/splash.sh @@ -3,15 +3,6 @@ chain_prefix=splash_db_ chain_id_file=/tmp/splash_chain_id tbl=/tmp/p2ptbl/splash -lockSplash () { - exec 666<$chain_id_file - flock -x 666 -} - -unlockSplash () { - exec 666<&- -} - have_splash_iptable () { state=${1:-$(fsm get inetable)} [ "$state" == "queen" ] |