Update default.inc
This commit is contained in:
@@ -33,7 +33,7 @@ IPprefix_by_netmask () {
|
||||
while [ $x -gt 0 ]; do
|
||||
let c+=$((x%2)) 'x>>=1'
|
||||
done
|
||||
echo /$c ; }
|
||||
echo $c ; }
|
||||
|
||||
if type apt &>/dev/null; then
|
||||
ATYPE="apt"
|
||||
|
||||
Reference in New Issue
Block a user