Clean up unused variable in compat.sh
This commit is contained in:
parent
a4afadfccd
commit
decaf0b182
@ -954,9 +954,6 @@ for PEER in $PEERS; do
|
||||
esac
|
||||
done
|
||||
|
||||
# used by watchdog
|
||||
MAIN_PID="$$"
|
||||
|
||||
# Pick a "unique" port in the range 10000-19999.
|
||||
PORT="0000$$"
|
||||
PORT="1$(echo $PORT | tail -c 5)"
|
||||
|
Loading…
Reference in New Issue
Block a user